Simba-Avionic/gs_web_app

Automate app launch

Aberta

#56 aberto em 15 de ago. de 2026

 (0 comentário) (0 reação) (0 responsável)Python (3 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (3 estrelas)
Métricas de merge de PR
 (Mesclagem média 1d 3h) (5 fundiu PRs em 30d)

Description

Use Makefile to ease up running tests and starting scripts, so that running an app doesnt require any prior knowledge of the technologies used.

Proposed form: make run-db -> runs only db container make run-app -> runs only app conatiner make run -> runs make run-app and make run-db make close-db -> closes only db container make close-app -> closes only app conatiner make close -> closes app and db make test-unit -> runs only unit tests make tests -> runs all existing tests

etc. for other functionalities

Guia do colaborador