Em-Ant / fcc-options-app

Options Inc. web app development
Other
12 stars 8 forks source link

Options Inc. Web Application

Overview

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 admin@test.com, password: admin.

Build

To build and run the project, you must have the following applications installed.

Run the following command to install the dependencies the application needs

$ npm install

Run

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

Test

Run the following command to execute the tests

$ npm test

Features

Front End Features
Javascript
React
Redux
Webpack
Back End Features
Node.js
Javascript
MongoDB
Mongoose
Express
Passport

License

MIT License. Click here for more information.