• Created an end-to-end solution for managing People.
• Enables all CRUD (Create, Read, Update, and Delete) operations using C# ASP.NET Core 3.1 and React JS.
• People details were stored in the PostgreSQL database.
• Added Swagger documentation to describe the structure of the API.
• Created a basic Project Approval Application that allows the admin to create projects and assign team members.
• Added login and register functionality (implemented JWT Token Authentication and Authorization) using C# ASP.NET Core 6.
• Project details were stored in the PostgreSQL database.
• Added Swagger documentation to describe the structure of the API.