/AlAngulo

Backend en NodeJS - ExpressJS del proyecto final "Complejo Canchas de Futbol" para el Bootcap RollingCode - Grupo 2 - AlAngulo

Primary LanguageJavaScript

AlAngulo

Proyecto para un complejo de reservas de canchas de futbol y venta de productos.

Documentation

API Endpoints Documentation

Demo

https://alangulo.onrender.com/

Features

  • JWT authentication
  • Roles admin/user
  • Error response status

Tech Stack

Server: Node, Express , Mongoose

Run Locally

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

Authors