Simba-Avionic/gs_web_app

Automate app launch

Offen

#56 geöffnet am 15.08.2026

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (3 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (3 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 3h) (5 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide