Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 394 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 394 Bytes

CodeWeekWebsiteBackend

Backend for the europe code week microsite 2014

Development

This project needs a running MongoDB instance that either runs at localhost:28017 or a path that is given by the environment variable MONGO_URI. The local server port is configurable the same way via the PORT environment.

Start the server by running node . or node index.