# garnod.git
-This is garage node application.
+This is the garage node server application.
## Getting started
-These instructions will get you a copy of the project up and running on your local
-machine.
+These instructions let get you a copy of the project and running it on your local machine.
### Installing
git clone https://binomiant.duckdns.org/MpqU9XX8/garnod.git
```
-...
+Install required packages:
+
+```
+cd garnod.git
+npm install
+```
+
+Setup your mongodb database:
+
+```
+node init/initdb.js
+```
+
+Now you can start the server:
+
+```
+npm start
+```
+
+To see debug information of express type `DEBUG=*` before the command, to see debug information of the application set the environment variable `LOGLEVEL=debug`.