Welcome to the release 2.0 of FastAPI Base! This is a utility for generating projects and apps in generated projects with simple structure
Current Features 🚀
- **Generating FastAPI projects** - generating a base project with simple structure
- **Generating FastAPI apps in generated projects** - generating app in project
- **Generating base code in projects and apps** - it will help you to start a project faster
PyPI Project Page 📦
Check out our project on PyPI for installation instructions and more:
[Visit the PyPI Project Page](https://pypi.org/project/fastapi-base/)
Installation 📥
You can install ATB directly from PyPI using pip:
sh
pip install fastapi-base
Usage 📚
To use FastAPI Base, simply run the following commands in your terminal:
Generating project
sh
fastapi-base startproject myproject
Generating app
sh
fastapi-base startapp myapp
License 📜
This project is licensed under the MIT License. See the **MIT License** file for more details.
Contact 📧
For any inquiries, please contact:
- **Author**: Dementev Maksim
- **Email**: [idmaksim.ru](mailto:idmaksim.ru)
**Full Changelog**: https://github.com/idmaksim/fastapi-base/commits/update
What's Changed
* Update by idmaksim in https://github.com/idmaksim/fastapi-base/pull/1
release