Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boblyx/blr-fastapi
Boilerplate for Fast API projects
https://github.com/boblyx/blr-fastapi
boilerplate fastapi fastapi-template
Last synced: about 1 month ago
JSON representation
Boilerplate for Fast API projects
- Host: GitHub
- URL: https://github.com/boblyx/blr-fastapi
- Owner: boblyx
- Created: 2024-05-14T02:47:07.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-21T01:12:04.000Z (about 1 month ago)
- Last Synced: 2024-11-21T02:19:28.034Z (about 1 month ago)
- Topics: boilerplate, fastapi, fastapi-template
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fast API Boilerplate
- This repo contains boilerplate setup for FastAPI applications.
- Describe solution here## Usage
1. Create venv
```bash
python -m venv venv
```
1. Install all dependencies
```bash
pip install -r requirements.txt
```
2. Save `sample.env` to `.env.dev` and edit accordingly for environment variables:
3. To start the dev server:
```bash
bash dev.sh
```
4. To start the production server:
```bash
bash start.sh
```## Stack
- List stack components here## Contributors
- Bob YX Lee