Simba-Avionic/gs_web_app

Automate app launch

開放

#56 建立於 2026年8月15日

 (0 則留言) (0 個反應) (0 位負責人)Python (3 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (3 顆星)
PR 合併指標
 (平均合併 1天 3小時) (30 天內合併 5 個 PR)

描述

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

貢獻者指南