diff --git a/README.md b/README.md new file mode 100644 index 0000000..1ed0ed5 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +A RESTful API developed using ASP.NET Core 8 Web API and EF Core 8. +Developed a RESTful API that allows users to perform CRUD operations on movie data. +Integrated Identity services, including authentication, authorization, and JSON Web +Tokens JWT to enhance security and access control. +Designed the API to be scalable, maintainable, and consistent with industry best practices.