This is the backend of my Tier List Creator application
- Clone the project
git clone https://github.com/bruno-queiroz/tier-list-backend.git
- Install dependencies
npm install
- Create a .env file on the root of the project
- Copy the environment variable from the .env.example file to the .env file
- Add your MongoDB URL connection to the .env file
- Run the project
npm run dev