Skip to content

Boilerplate code and env for a FastAPI server and local tests

Notifications You must be signed in to change notification settings

leomehr/api_boilerplate

Repository files navigation

API Boilerplate

A super simple repo for a basic FastAPI server with a local test runner.

Creates a local direnv so that the directory contains it's own scoped python venv.

To setup the project:

direnv allow
./setup.sh

To run the server:

./run_server.sh

While the server is running, to run tests:

python test_server.py

About

Boilerplate code and env for a FastAPI server and local tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published