Proyecto para un complejo de reservas de canchas de futbol y venta de productos.
https://alangulo.onrender.com/
- JWT authentication
- Roles admin/user
- Error response status
Server: Node, Express , Mongoose
Clone the project
git clone https://github.com/EzequielMassa/AlAngulo.git
Go to the project directory
cd my-project
Install dependencies
npm install
Create .env in root folder
PORT = YOUR PORT
MONGODB_URL = YOUR MONGODB URL
SECRET_KEY = YOUR SECRET KEY
Start the server
npm run dev