A shared economy based model which lets you deliver packages at way cheaper rates compares the current market giants.
To run this application, one need to have basic elements to run MEAN stack application.
- MongoDB
- Express
- AngularJS
- Node.js
- Git – Download and Install Git from mailto:https://git-scm.com/downloads
- Node.js – Download and Install it from mailto:https://nodejs.org/en/download/
- MongoDB – Download and Install it from mailto:https://www.mongodb.com/download-center
- Npm – it is a node package manager, which will have all the dependency
-
Package.json is pre-bundled file which has all the dependency, which is needed to start the application. To Install the dependency use –
$ npm install
- Run the application using npm $ npm start