# Install dependencies
pip install -r requirements.txt
# Development mode
uvicorn main:app --reload
Frontend | Backend |
---|---|
React | Python |
Redux Toolkit | Pydantic Ai |
CSS Modules | FastAPI |
Axios | Pydantic |
This project is MIT licensed 📝
Contributions are always welcome! To contribute:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request