Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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