A small project that allow admins to create teams, fixtures, etc
Clone the project
git clone https://github.com/Devvyky/gomoney-backend-test
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start
Create a .env
file and replace the contents of example.env
inside your .env
file
To run tests, run the following command
npm run test