GitXplorerGitXplorer
E

fcc-options-app

public
12 stars
7 forks
14 issues

Commits

List of commits on branch master.
Unverified
88db8371cf8dde189bf8e789bbc95a52f8c0777f

fix config and package

EEm-Ant committed 4 years ago
Unverified
f2ce10fc7127628408561db123bf1a5c56f0e785

update backend deps

EEm-Ant committed 4 years ago
Unverified
884785fd14f97a2605447caa141b12e2f658760d

node 12

EEm-Ant committed 4 years ago
Unverified
9805d3da28cf7ce7f43354446ad42431dfab33a5

update to node 8

EEm-Ant committed 4 years ago
Unverified
3756e00fec2dca05452eb0d5c5d3d82605275d7c

upgrade node

EEm-Ant committed 4 years ago
Unverified
fa2bbfc2c55f18661796454fdf42eab720ae1ddb

upgrade mongoose

EEm-Ant committed 4 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.