Prototype API created using ASP.NET Core 8.0 and C# with the aim of providing an alternative version to my RESTful API built in Node.js, focusing on improved performance and scalability.
If you want to run this project on your local machine, you just need to create a .env file and follow the information available in .env.example.
-
Auth - Create : POST /api/auth { email, password }
-
Users - Create : POST /api/users { email, password }
-
Users - Index : GET /api/users
-
Users - Show : GET /api/users/id
-
Users - Update : PUT /api/users { id, email, password }
-
Users - Delete : DEL /api/users/id