Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msolorio/flask_sqlalchemy_pytest_docker_template
https://github.com/msolorio/flask_sqlalchemy_pytest_docker_template
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/msolorio/flask_sqlalchemy_pytest_docker_template
- Owner: msolorio
- Created: 2024-02-05T16:04:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T23:34:06.000Z (9 months ago)
- Last Synced: 2024-07-10T03:36:57.263Z (6 months ago)
- Language: Python
- Size: 9.77 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`