API of the club bières web app.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To run the API, you need :
After cloning the project :
- Rename .env.example to .env and put your env's values
- Run
npm install
to install the project's dependencies - Run
npm start
to run the api
No tests for the moment
Deployment in production with dokku. Check .gitlab-ci.yml for more details.
- Express.js - The framework used
- Mongoose - The ORM
- prudywsh - Initial work
This project is licensed under the MIT License