FastAPI starter project with basic email authentication feature. FastAPI is the best Python framework. As a professional Python developer, I developed this repo for FastAPI in a professional way. If the repo will help you, please give a star and fork it.
Stars
10
Forks
0
Watchers
10
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
Re-add .env to .gitignore to prevent tracking of environment variable files
9fd18f5View on GitHubAdd initial project configuration files, including .env for environment variables, .python-version for Python version management, and pyproject.toml for dependency management. Update .gitignore to exclude unnecessary files and directories. Refactor alembic configuration and add migration scripts. Enhance README with setup instructions and project structure details.
bb90981View on GitHubRefactor code structure for improved readability and maintainability
91dc11aView on GitHubAdd OAuth2 support with Google authentication, update user model and schema for OAuth, and modify environment variables
cabe19aView on GitHubRemove debug print statement from delete_user function in UserRouter
7ef796eView on GitHubRefactor User model and schema to replace username with fullName; add root endpoint for health check
6f61c50View on GitHubAdd .env.example file and update README for environment setup
5f2d226View on GitHub