Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 450 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 450 Bytes

Cloud Technologies - Assignement 2

This is a school assignment.

Install

export PORT=8080
export MGO_URL=mongodb://<user>:<pass>@<host>/<db>
export MGO_TEST_URL=mongodb://<user>:<pass>@<host>/<db>

run commandands and/or add it to ~/.bashrc PORT is the port the server is run on, you can change it to whatever you like. MGO_URL is the mongodb URL to you main db. MGO_TEST_URL is the mongodb URL to the a test db, used in test files.