A monorepo template for a FastAPI project with a Vite frontend and an Expo mobile app.
Backend:
- FastAPI
- PostgreSQL
- Alembic for migrations
- Pydantic for data validation
- JWT for authentication
Frontend:
- Vite
- MUI for components
- Axios for API requests
Mobile:
- Expo
- gluestack-ui for components
- Axios for API requests
- Each project template directory has its own
README.mdwith instructions on how to run and configure it. - Both the frontend and the mobile templates use custom ui components to bootstrap development.