This is transportation routing web application for Options Inc. This is a non profit project for Free Code Camp
A demo version of this application can be found at https://transport-app-demo.herokuapp.com/
You can login using the dummy account [email protected], password: admin.
To build and run the project, you must have the following applications installed.
- Node
- NPM
- MongoDB
Run the following command to install the dependencies the application needs
$ npm install
Create a .env file in the root directory and input the environment variables. There is a sample .env template found in /.env.sample that you can use.
Start MongoDB
In a separate terminal, run the following command to start the server
$ node server
Open your application url in a browser to view the application
http://localhost:8080
Run the following command to execute the tests
$ npm test
| Front End Features |
|---|
| Javascript |
| React |
| Redux |
| Webpack |
| Back End Features |
|---|
| Node.js |
| Javascript |
| MongoDB |
| Mongoose |
| Express |
| Passport |
MIT License. Click here for more information.