simple_fastapi_app_with_user_management_and_tailwind Tailwind Templates

Simple_fastapi_app_with_user_management_and_tailwind

Simple FastApi App with User Management, Tailwind CSS, Dockerized Postgres and Poetry

Welcome to simple_fastapi_app_with_user_management_and_tailwind 👋

Version GitHub last commit Documentation Maintenance License: MIT GitHub language count GitHub top language GitHub branch checks state

Simple Django App with User Management, Tailwind CSS, Dockerized Postgres and Poetry

🏠 Homepage

Install

poetry install;
cp .env.template .env;
docker-compose up -d;
make migrate;
make createsuperuser;

Usage

docker-compose up -d;make server

Run tests

make tests

Compile CSS file

  • interactive dev session
npm run theme:dev
  • build production file
npm run theme:build

Database Migrations

  • init aerich
aerich init -t app.config.TORTOISE_ORM --location ./app/db/migrations

Author

👤 Vincent Porte

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 Vincent Porte.

This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

notes

Top categories

Loading Svelte Themes