bruno-queiroz / tier-list-backend

This is the backend of my tier-list application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tier List Creator backend

This is the backend of my Tier List Creator application

How to start the project

  1. Clone the project
git clone https://github.com/bruno-queiroz/tier-list-backend.git
  1. Install dependencies
npm install
  1. Create a .env file on the root of the project
  2. Copy the environment variable from the .env.example file to the .env file
  3. Add your MongoDB URL connection to the .env file
  4. Run the project
npm run dev

About

This is the backend of my tier-list application

License:MIT License


Languages

Language:TypeScript 98.8%Language:JavaScript 1.2%