Welcome to 2021-2022-devops-final-backend 👋

Here is my rendering for the Devops lab. This git corresponds to the backend of the application.
(A clean repository was created today in order to respect the gitmoji convention during my commits, I did not succeed all in the first time)
> The back end to my new startup idea ## Installation ```bash $ yarn install ``` ## Running the app ```bash # development yarn start # watch mode yarn start:dev # production mode $ yarn build && $ yarn start:prod ``` ## Test ```bash # unit tests $ yarn test # e2e tests $ yarn test:e2e ``` ## Lints ```bash # Check $ yarn format:check # Format code $ yarn format:check # Lint code $ yarn lint ```