Skip to content

Em-Ant/fcc-options-app

Repository files navigation

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.

  • Node
  • NPM
  • MongoDB

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.

About

Options Inc. web app development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published