A simple vehicle selling application. Demo
Admins should be able to insert, update, delete, search vehicles
Anyone should be able to search and view details of vehicles. ClientPotral
A login should be there for Admins. It Contain two (microservice) component:
- Admin Backend (Server - node, expressjs and Mongodb).
- Admin Frontend (Angular 2)
username : Admin
password: admin
npm install
ng serve
Build:
webpack --watch
Run:
nodemon dist/bundle.js
Access:
localhost:3000/vehicle
Build:
webpack
Push to Server:
git push heroku master
Access Api:
https://vehicle-demo-para1.herokuapp.com/
Api Documents:
Build and Run:
ng serve
Access:
localhost:4200/
Build:
ng build
Push to Server:
git push heroku master
Access:
https://vehicle-demo-para.herokuapp.com/
docker run -p 5000:5000 parane/vehicle-admin