Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T14:05:59.000Z (almost 3 years ago)
- Last Synced: 2024-11-28T20:49:46.042Z (3 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
[![Project Status](https://img.shields.io/static/v1?label=project%20status&message=complete&color=success&style=flat-square)](#)
[![GitHub License](https://img.shields.io/github/license/raphaelbh/python-web-template?style=flat-square)](#)Template for python web applications.
## Requirements
[![docker](https://img.shields.io/badge/Docker-2CA5E0?style=for-the-badge&logo=docker&logoColor=white)](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
[![docker](https://img.shields.io/badge/Docker-2CA5E0?style=for-the-badge&logo=docker&logoColor=white)](https://www.docker.com/)
[![python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)](https://www.python.org/)
[![flask](https://img.shields.io/badge/Flask-000000?style=for-the-badge&logo=flask&logoColor=white)](https://flask.palletsprojects.com/en/2.0.x/)
[![swagger](https://img.shields.io/badge/Swagger-85EA2D?style=for-the-badge&logo=Swagger&logoColor=white)](https://swagger.io/)## Feedback
If you have any feedback, please contact me at [email protected]
[![github](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/raphaelbh)
[![linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/raphaelbh/)