Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.
/ goods-delivery Public archive

Delivery management using MEAN stack structure.

License

Notifications You must be signed in to change notification settings

iamtienng/goods-delivery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goods Delivery

Last Release

Pre-requisites

Installation

git clone https://github.com/iamtienng/Goods-Delivery.git

Open first bash for back-end:

$ cd Express && npm i
$ npm start

Open second bash for front-end:

$ cd Angular && npm i
$ ng serve --open

Credits

  • The Goods Delivery is a full-stack project built with MEAN Stack architecture developed by Tien Nguyen.
  • Initial concept and development was done by Tien Nguyen.

Sample pictures

  • Admin side
    See all orders list: alt text
    See all delivers list: alt text
    Add new order, also can choose address on map (using openlayers): alt text
    Assign an order to a deliver: alt text

  • Client side
    See all jobs list: alt text
    See job details: alt text
    Finish job and also can give some note: alt text