-
MEAN Stack with Angular 2 - User Registration and Login Example
How to start?
git clone https://bitbucket.org/modimrugesh1910/auth-app.git cd auth-app/
-
Front-End part - Used angular, typescript, RXJS and basic javascript librearies.
How to Start?
cd client/ npm install npm i @angular/cli@1.6.6 npm start
Now you will able to find angular server run on 4200 port.
-
Back-End part - NodeJS, ExpressJS, MongoDB, JWT technologies used.
How to start?
cd server/ npm install node server.js
Now you will find node server run on 3000 port.
-
Install mongoDB on system Ubuntu 18.04 - https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-18-04
Note - If you have any issue while installing dependencies just check it on google. You will find better solution. If you don't find any solution open an issue over here.