/angular-node-crud

Basic crud using Angular 7 Reactive Forms in frontend, NodeJs in backend and MongoDB. including configuration to run Mongo into a docker container

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

AngularNodeCrud

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.