https://github.com/raphaelbh/python-web-template
Template for python web applications
https://github.com/raphaelbh/python-web-template
api api-rest api-restful docker docker-compose flask flask-api flask-application github-actions open-api-specification pytest python python3 scaffold swagger swagger-ui template
Last synced: 2 months ago
JSON representation
Template for python web applications
- Host: GitHub
- URL: https://github.com/raphaelbh/python-web-template
- Owner: raphaelbh
- License: mit
- Created: 2022-02-11T22:15:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T14:05:59.000Z (over 3 years ago)
- Last Synced: 2025-01-27T10:41:36.928Z (4 months ago)
- Topics: api, api-rest, api-restful, docker, docker-compose, flask, flask-api, flask-application, github-actions, open-api-specification, pytest, python, python3, scaffold, swagger, swagger-ui, template
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Web Template
[](#)
[](#)Template for python web applications.
## Requirements
[](https://www.docker.com/)
## Installation
```bash
$ docker-compose up -d
```
## Usage```bash
$ curl http://localhost:5000/api/v1/demo
```## Running Tests
```bash
$ export PYTHONPATH=application
$ pytest --cov=application tests/
```## Tech Stack
[](https://www.docker.com/)
[](https://www.python.org/)
[](https://flask.palletsprojects.com/en/2.0.x/)
[](https://swagger.io/)## Feedback
If you have any feedback, please contact me at [email protected]
[](https://github.com/raphaelbh)
[](https://www.linkedin.com/in/raphaelbh/)