Backend for https://github.com/Outpox/OC4FE
- 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/dbif needed) - In
app.json line 15 set the db path - Launch the server with
npm start