Typer Boilerplate

This is a Typer boilerplate project. This is designed after FastAPI design principles that were taken from FastAPI fullstack project.

Getting started

Clone the repo:

git clone https://github.com/TheSynt4x/typer-boilerplate.git

Run the setup script:

make setup

or

pipenv install --dev

Rename .env.example to .env and start coding!