This project was generated with Angular CLI version 6.0.0.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Used npm install express-generator -g
to generate the backend architecture. Open Terminal and Go to backend folder, run npm start
to start the server. Ensure mongodb connection is running as well.
Simple register and login using angular as front end and expresjs/nodejs as backend, with mongodb as database.
A start by David Tin