Developed a secure authentication API using FastAPI and OAuth2, utilizing PostgreSQL for user data storage. Implemented user registration and login features, with comprehensive endpoint testing using Postman to ensure reliability and robust error handling. Leveraged Pydantic to enforce strict data validation and schemas, ensuring that only clean and correctly formatted information reaches the PostgreSQL database.
git clone [https://github.com/DPBhuvanesh/FastAgent.git](https://github.com/DPBhuvanesh/FastAgent.git)
cd FastAgentpip install --upgrade pip
pip install -r requirements.txt