/vehicleAdmin

4. Sample Application Using (1,2,3 )

Primary LanguageCSS

VehicleAdmin

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:

  1. Admin Backend (Server - node, expressjs and Mongodb).
  2. Admin Frontend (Angular 2)

Admin Vehicle

Demo

username : Admin
password: admin

Run locally:

npm install
ng serve

Admin Backend

Run local Mode:

Build:
webpack --watch

Run:
nodemon dist/bundle.js

Access:
localhost:3000/vehicle

Run Remote Mode:

Build:
webpack

Push to Server:
git push heroku master

Access Api:
https://vehicle-demo-para1.herokuapp.com/

Api Documents:

Admin FrontEnd:

Run local Mode:

Build and Run:
ng serve

Access:
localhost:4200/

Run Remote Mode:

Build:
ng build

Push to Server:
git push heroku master

Access:
https://vehicle-demo-para.herokuapp.com/

Run Using Docker:

docker run -p 5000:5000 parane/vehicle-admin