Skip to content

rice-apps/rice-bikes-expressjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

rice-bikes-expressjs

ExpressJS/MongoDB backend for Rice Bikes

Installation

This assumes you have Node and NPM installed. If you don't, install Node.

$> git clone https://github.com/rice-apps/rice-bikes-expressjs.git

$> cd rice-bikes-expressjs

$> npm install

Usage

To run in test:

$> npm start

To run in prod:

The file /src/config.js has a conditional for the prod environment variable, changing config settings from localhost to the actual URLS of the services. Run with the environment variable set to prod like so:

$> NODE_ENV=prod npm start

About

ExpressJS/MongoDB backend for Rice Bikes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published