# 1. Install the required dependencies
yarn
# 2. Rename the .env.example filename to .env and set your local variables
mv .env.example .env
# 3. Start the server with the backend application
yarn start
License
This project is licensed under the MIT license. Copyright (c) 2020 Adrian Pietrzak.
About
Backend Application using Node.js with Nest.js, REST API, PostgreSQL, Jest and Swagger Documentation