- git - Installation guide.
- node.js - Download page.
- npm - comes with node or download yarn - Download page.
- mongodb - Download page.
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
- 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.