https://github.com/rahulraikwar00/fastapis
https://github.com/rahulraikwar00/fastapis
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rahulraikwar00/fastapis
- Owner: rahulraikwar00
- Created: 2021-12-15T22:00:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T22:00:43.000Z (over 4 years ago)
- Last Synced: 2025-01-23T04:24:18.363Z (over 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SARS-API
## Dev Instructions
Run `pipenv install --dev` to install the env.
Run `pipenv run pre-commit install` to initialize the git hooks.
Run `pipenv run pre-commit run --all-files` if there are file that were committed before adding the git hooks.
Activate the shell with: `pipenv shell`
Lint with: `pylint app` and `pylint load.py`
## Build and Run the App With Docker (Dev)
Run `docker-compose build` to build the containers.
Run `docker-compose up` to start the app.
Run `docker-compose up -d` to start the app in detached mode.
Run `docker-compose down` to stop the app.