One Paragraph of project description goes here
WIP
Nodejs
NPM
First navigate into mafia/backend
cd Backend
And install the necessary Dependencies
Using npm install
Create a .env file in this directory with the link to your Mongodb database
DB_URL=mongodb://username:password@url:port/db_name
End with an example of getting some data out of the system or using it for a little demo
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system