Simba-Avionic/gs_web_app

Automate app launch

Aperta

#56 aperta il 15 ago 2026

 (0 commenti) (0 reazioni) (0 assegnatari)Python (3 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (3 stelle)
Metriche merge PR
 (Merge medio 1g 3h) (5 PR mergiate in 30 g)

Descrizione

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

Guida contributor