/OC4FE-API

Backend for https://github.com/Outpox/OC4FE

Primary LanguageJavaScript

OC4FE-API

Backend for https://github.com/Outpox/OC4FE

Installation

  • Mongo is required, install it if you don't have it
  • Clone the repo git clone https://github.com/Outpox/OC4FE-API.git
  • npm install
  • Launch mongo with mongod (specify --dbpath path/to/db if needed)
  • In app.js on line 15 set the db path
  • Launch the server with npm start