- About the Project
- Getting Started
- Running the app
- Deployment
- Documentation
- Migrations
- License
- Contact
Recration of a discord web application.
Api of the front project.
yarn
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
The app loads a dotenv file depending on your NODE_ENV environment variable (fallback to development) : .env.$NODE_ENV
.
If a local dotenv file is provided, the app will load it instead : .env.$NODE_ENV.local
.
This project is link with multiple Heroku applications, pushing to some branches will trigger an auto-deployment :
- dev -> https://dashboard.heroku.com/apps/epi-javascript-backend-dev
- maaster -> https://dashboard.heroku.com/apps/epi-javascript-backend-prod
The code is documented using a Swagger that you can browse at the /swagger endpoint
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/EpiJavascript/back