Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 590 Bytes

File metadata and controls

15 lines (8 loc) · 590 Bytes

Angular State Management with Ngrx

This project was generated with Angular CLI version 7.3.8.

Backend Node server

Run npm run dev at server folder for start node backend server at 3001 port.

Frontend Angular server

Run npm run start at frontend folder for start Angular server with proxy pointing to backend server

MongoDB instance

You must have have MongoDB running at 27017 port. If you want to use docker for it, just run docker-compose up -d at docker folder, so that will create a mongo instance at the provided port.