- mitsukaki - Ephraim B.
- egalized00 - Ibrahim
- Nost01 - Winston N.
- Mohammed-Darbi - Mohammed
- Download and install Node.js from here
- Download and install MongoDB from here
- Open a terminal, and navigate to the installation folder of MongoDB. On windows this is generally
C:\Program Files\MongoDB\Server\7\bin
- run
mongod.exe
- Open a terminal and navigate to the root directory of this project
- Run
npm install
- Run
npm start
ornode src/main.js
- To use an external mongodb server, simply set the
MDB_URL
environment variable to the connection string of the server. It defaults tomongodb://localhost:27017
which would be the adress of the local server. - To set the port of the server, set the
TH_PORT
environment variable. It defaults to3000
Run that from the root directory
git add . --all
git commit -am "Your message here"
git push
git pull