Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 712 Bytes

File metadata and controls

26 lines (13 loc) · 712 Bytes

Express-Angular-Mongo App

A express node.js app built with Angular and MongoDB. For demonstration purposes and a tutorial.

Node provides the RESTful API. Angular provides the frontend and accesses the API, MongoDB provide NoSQL database.

Example

The example allow you to see how those 3 great technologies / tools works together,

and how easy it to build amazing apps this way.

What to do?

Simply add new contact and see how you can deal with the basics of inserting, editing and deleting easily.

App run

Click on the 'Play' button at the top toolbar.

App view

View in browser at http://localhost:9090

Express-angular-mongo