This is a simple REST API designed to manage a user platform.
- Clone the repository.
- Run the following commands:
npm start
To run this project, you will need to fill the .env file with the following environment variables:
MONGO_USER=
MONGO_PASS=
MONGO_URI=
JWT_SECRET=
JWT_EXPIRATION=