Skip to content

parane/vehicleAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ffa18c0 · Jul 10, 2017

History

23 Commits
May 14, 2017
Jun 2, 2017
Jun 7, 2017
May 14, 2017
May 14, 2017
May 14, 2017
Jun 2, 2017
Jul 10, 2017
Jun 2, 2017
May 14, 2017
Jun 2, 2017
May 14, 2017
Jun 2, 2017
May 14, 2017
May 14, 2017

Repository files navigation

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