Simba-Avionic/gs_web_app

Automate app launch

オープン

#56 opened on 2026/08/15

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (3 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (3 個のスター)
PR merge metrics
 (平均マージ 1d 3h) (30d で 5 merged PRs)

説明

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

コントリビューターガイド