To run the project you must clone the repository with the following command
git clone https://github.com/ErikSamuelVT/login-api/
Now you must enter the login-api folder with the following command
cd login-api
Now you must install the dependencies with the following command
npm install
Note: You must put your own credentials for mongodb and the jwt secret in an .env file
Now you can run the API with the following command
npm run dev