Change the previous UI application into a single page application using Angular. Push the code to the repo on github. Generate a PR for review.
- Angular for UI
- bootstrap for styling
- Express
- ES6
- nodemon for server restart
- CORS to follow CORS policy
inside folder server/ run
-
npm install
-
npm run dev
inside folder 'client-angular' run
-
npm install
-
ng serve
run client on http://localhost:4200/ as it is used in CORS policy in server
-
Create db entries and run db at port http://localhost:5432