4 Commits

Author SHA1 Message Date
Automated Action
6c620c328d Update README with database path information
Added information about the storage directory and updated installation instructions with database setup steps.

generated with BackendIM... (backend.im)
2025-05-13 17:10:56 +00:00
Automated Action
fb53d13646 Fix database path to use local storage directory instead of /app
Fixed the database path in the application to use a local path relative to the project directory instead of /app/storage/db. This helps resolve permission issues and makes deployment more flexible.

generated with BackendIM... (backend.im)
2025-05-13 17:10:18 +00:00
Automated Action
1d54b4ec09 Implement user authentication service with FastAPI
- Set up project structure and dependencies
- Create SQLAlchemy database models
- Set up Alembic for database migrations
- Implement user registration and login endpoints
- Add JWT token authentication
- Create middleware for protected routes
- Add health check endpoint
- Update README with documentation

generated with BackendIM... (backend.im)
2025-05-13 16:59:17 +00:00
Automated Action
57401309a8 Initial commit from template 2025-05-13 16:55:45 +00:00