A benches' reference RESTful API implemented with Express
git clone https://github.com/evandu65/sedes666.git
cd sedes666
npm ci
DEBUG=demo:* npm startVisit http://localhost:3000.
To automatically reload the code and re-generate the API documentation on changes, use npm run dev instead of npm start.
The app will attempt to connect to the MongoDB database at `mongodb://localhost/sedes666 by default.
Use the $DATABASE_URL or the $MONGODB_URI environment variables to specify a different connection URL.
This API allows you to work with Users, Benches and Votes:
- A Bench MUST have one User (who is a Person)
Read the full documentation to know more.
