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: 4 months 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. Convenience script init-env.sh helps with this.
```bash
bash init-env.sh
```

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