As part of this course, you will work on a pre-built repository for the fictional client Neoflix. The course is designed to be framework-agnostic, so although we have chosen a specific framework, the tasks that you will perform will be the same regardless of your choice of framework.
In the early stages you will learn some of the theory required and then use that knowledge to implement a set of features in the API.
Repository Information
We have built a repository that takes care of the boiler plate, so you can focus on implementing the functionality.
-
The project is designed to work with .NET SDK version 6.0
-
Dependencies can be installed with NuGet
-
A web server has been built with ASP.NET Core
-
Authentication is handled with ASP.NET Core JWT Authentication and JWT Tokens
-
Passwords are encrypted and verified with BCrypt.Net-Next
-
-
Testing is performed using the
dotnet test
command
Get Started
In the next lesson, we will walk through the prerequisites, clone the project and start the server.