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

https://github.com/rellyson/fastapi-boilerplate

FastAPI boilerplate for API projects
https://github.com/rellyson/fastapi-boilerplate

fastapi fastapi-boilerplate

Last synced: 5 months ago
JSON representation

FastAPI boilerplate for API projects

Awesome Lists containing this project

README

          


FastAPI boilerplate

![python](https://shields.io/badge/Python-%3E=3.11-blue?logo=python)
![fastapi](https://shields.io/badge/FastAPI-def?logo=fastapi)

FastAPI boilerplate for API projects

## About

This repository provides a basic boilerplate for
[FastAPI](https://fastapi.tiangolo.com/) projects.
This boilerplate is useful for developers designing
RESTFul applications.

## Setup

Before starting the project, install project dependencies.

```sh
# install requirements with pip
pip install -r requirements.txt
```

## Running the application

Start the application by running `python app.py` command.
After start, the application will be available
at `http://localhost:3000/`.