Skip to content

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

License

Notifications You must be signed in to change notification settings

matheusdsb/angular-node-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published