A project made for educational purposes. It is a RickAndMorty API Client. Frameworks used: Entity Framework Core, ASP.NET .
- C#
- ASP.NET Core
- Entity Framework Core
- Identity
- HTML
- Clone or download the project
- In .NET Core CLI type: dotnet ef database update In Visual Studio Console: Update-Database
- Start the app :)
- Register profile as an Admin or Regular User
- Login, Logout, "Remember Me" etc.
- As a logged in User you can see all Rick and Morty characters saved in database
- As a logged in Admin you can also get 5 random characters from external API and save it to database