- Type "make" in terminal to see the list of the possible commands
- docker ps
- docker image ls
- docker image rm image_id
- Node.js >= 16.0.0
- npm >= 7.0.0
- Clone the repository
- Install dependencies
npm install - Copy environment from example file
cp .env.example .envand fill with production values - Build and start the server
npm run start
- Clone the repository
- Install dependencies
npm install - Copy environment from example file
cp .env.example .envand fill with dev values - Start the development server
npm run dev