GitXplorerGitXplorer
E

fcc-options-app

public
12 stars
7 forks
14 issues

Commits

List of commits on branch master.
Unverified
2f34e338f8161f44dd62551141c44478d5df660c

rename db uri

EEm-Ant committed 4 years ago
Unverified
5f9a104d45197802bbcaddb09190ea9d4080e560

Update README.md

EEm-Ant committed 9 years ago
Unverified
eab7f9b1d41d3ed44b3d993ec8b2f19933c4026f

Update README.md

EEm-Ant committed 9 years ago
Unverified
a76b5d43fa120c9d2bbd7f7939547c322c5223c0

Update demo app link

EEm-Ant committed 9 years ago
Unverified
de1be53ad10cde8c4b48294a188330c01fab7511

Fix timezones issues with route starting times and report

EEm-Ant committed 9 years ago
Unverified
a45308b30c8a60032b2faeb271187a19b56cd210

Reset route page errors on page switch

EEm-Ant committed 9 years ago

README

The README file for this repository.

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.