Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Boilerplate using fastapi, sqlalchemy, jinja2, tailwindcss, tailwind-elements
https://github.com/mateko/fastapi-boilerplate

fastapi jinja2 sqlalchemy tailwindcss

Last synced: 16 days ago
JSON representation

Boilerplate using fastapi, sqlalchemy, jinja2, tailwindcss, tailwind-elements

Awesome Lists containing this project

README

        

# FastAPI boilerplate
___

Boilerplate using FastAPI, SQLAlchemy, Jinja2, tailwindcss, tailwind-elements
## Starting server
___

```
pip install -r requirements.txt

uvicorn main:app --reload
```