fastapi-boilerplate
fastapi-boilerplate copied to clipboard
Dockerized FastAPI boiler plate similar to Django code structure with views, serializers(pydantic) and model( Sqlalchemy ORM) with dockerized database(PostgresSQL) and PgAdmin. 🚀
Can you add exception handling to the code? Create custom execption where every exceptions have a code, message and a description. Code and messgae should be in a constant file....
# Summary These changes include a template for setting up pull request previews. After you adjust this configuration file, [Ergomake](https://ergomake.dev) will create a preview environment whenever developers create a pull-request....