Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 2.21 KB

File metadata and controls

52 lines (38 loc) · 2.21 KB

This repository is a development kit for the backend of the project

Requirements

  • Docker and docker-compose
  • Make file

Installation

  • Make .env file following the example.env file and fill the variables
  • Make sure you have the necessary permissions to run the make file
  • Run the command make fire-up to start the containers

Commands

For the first time you just need to run

make fire-up

This will clone all the necessary repositories and start the containers.

For the next times you can just run

make up

For to update the repositories you can run

make update

To stop the containers you can run

make down

To rebuild the containers you can run

make rebuild

To rebuild the containers and start them you can run

make rebuild

The projects related to this repository are: