Skip to content

leomehr/api_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors