Simba-Avionic / Simba-Avionic/gs_web_app

Automate app launch

Open
#56 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
Dominant language
Python
Stars
4
Forks
3
Avg merge
1d 21h
Merged PRs (30d)
3

Description

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

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the existing app and database container startup commands, test commands, and the repository's Makefile setup. Add Makefile targets for running and closing the app and database containers, running unit tests or all tests, and combined run/close workflows; done means each proposed command works independently and in combination.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, python
Domain
build-system, cli, devops
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.