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

贡献者指南