Skip to content

RollingWithAdvantage/rwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rolling With Advantage

Getting Started

  1. Install the proper version of Node (5.11.x)
  2. Install Node dependencies npm install
  3. Install Nodemon using npm install -g nodemon
  4. Install Foreman using npm install -g foreman
  5. Add MONGODB_CONNECT_STRING=[the_connect_string] to .env
  6. Use nodemon --exec "nf start" to fire up the server