Technology Used
- Front End - Advance JavaScript, ES6 Babel, Tyepscript, Angular 4 Framework, Angular Cli
- Back End - Advance JavaScript, ES6 Babel, Express JS Framework, Mongoose (to connect Mongo)
- Mongo DB - Mongo DB Server and client
This project is to understand how Token based authentication works between client and server in cross domain using (Json Web Token Standard).
-
Start Mongo DB Client and Server (xxx points to your folder path) "xxx\MongoDB\Server\3.4\bin\mongod.exe" --dbpath "xxx\data" "xxx\MongoDB\Server\3.4\bin\mongo.exe"
-
Deploy the backend application which exposes services npm run auto-start
-
Deploy the UI npm install ng serve