Simba-Avionic / Simba-Avionic/gs_web_app
Automate app launch
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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