Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msolorio/bowling_scorer
https://github.com/msolorio/bowling_scorer
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/msolorio/bowling_scorer
- Owner: msolorio
- Created: 2024-05-07T00:38:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T23:50:34.000Z (7 months ago)
- Last Synced: 2024-05-15T08:43:03.647Z (7 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Running the App
See Makefile for running and testing app from Docker.# Debugger
To get debugger to work and run tests locally, outside of Docker
- create `.venv` - `$ python -m venv .venv`
- start venv - `$ source .venv/bin/activate`
- install packages - `$ pip install -r requirements.txt`
- install setup packages (installs `app` as a package accessible from `tests`) - `$ pip install -e src`