Skip to content

GomuGomuu/back-dev-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Fire-up all backend projetcs for develop

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published