This is basic CRUD (Create-Retrieve-Update-Delete) application created using MEAN technologies.
- M - Mongo DB
- E - Express js
- A - Angular js
- N - Node js
- Download this repository
- Go to the project root
- Opean terminal and run following code
npm install
- Server will start in localhost:3000 port
Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.