<<<<<<< HEAD
=======
Before all, you need to have ready your database.
Install dependencies
npm run install
Now you need to create a .env file and set up this variables.
- PORT : Express port to listen.
- DB_URI : URL to your database.
- NODE_ENV : To set
If you are in development mode:
npm run dev
Run once of the following commands for make tests.
Run all tests
npm run test
Run test with coverage
npm run test:cov
f246fc4 (First commit)