Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/siddhantprateek/txt2sql


https://github.com/siddhantprateek/txt2sql

Last synced: about 21 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Full Stack FastAPI Template

## Technology Stack and Features

- โšก [**FastAPI**](https://fastapi.tiangolo.com) for the Python backend API.
- ๐Ÿงฐ [SQLModel](https://sqlmodel.tiangolo.com) for the Python SQL database interactions (ORM).
- ๐Ÿ” [Pydantic](https://docs.pydantic.dev), used by FastAPI, for the data validation and settings management.
- ๐Ÿ’พ [PostgreSQL](https://www.postgresql.org) as the SQL database.
- ๐Ÿš€ [React](https://react.dev) for the frontend.
- ๐Ÿ’ƒ Using TypeScript, hooks, Vite, and other parts of a modern frontend stack.
- ๐ŸŽจ [Chakra UI](https://chakra-ui.com) for the frontend components.
- ๐Ÿค– An automatically generated frontend client.
- ๐Ÿงช [Playwright](https://playwright.dev) for End-to-End testing.
- ๐Ÿฆ‡ Dark mode support.
- ๐Ÿ‹ [Docker Compose](https://www.docker.com) for development and production.
- ๐Ÿ”’ Secure password hashing by default.
- ๐Ÿ”‘ JWT (JSON Web Token) authentication.
- ๐Ÿ“ซ Email based password recovery.
- โœ… Tests with [Pytest](https://pytest.org).
- ๐Ÿ“ž [Traefik](https://traefik.io) as a reverse proxy / load balancer.
- ๐Ÿšข Deployment instructions using Docker Compose, including how to set up a frontend Traefik proxy to handle automatic HTTPS certificates.
- ๐Ÿญ CI (continuous integration) and CD (continuous deployment) based on GitHub Actions.