Added some basic notes about learning to work with this project
This commit is contained in:
parent
dc145649d6
commit
8f4cb311b1
19
README.md
19
README.md
@ -9,6 +9,25 @@ Reference for adding JWT authentication is [here](https://jasonwatmore.com/net-7
|
||||
|
||||
[Docker Repository Usage](https://www.ionos.com/digitalguide/server/know-how/setting-up-a-docker-repository/)
|
||||
|
||||
### On-Boarding / Learning the Framework
|
||||
|
||||
I recommend learning (or at least familiarizing yourself with) these concepts before diving into the source code of a project like this.
|
||||
|
||||
**Basic Overview**
|
||||
* What is ASP.NET?
|
||||
* What is .NET Core?
|
||||
* Web Request basics
|
||||
* What is a JSON API?
|
||||
* What is REST or a RESTful API?
|
||||
* What is a Relational Database?
|
||||
* What are migrations?
|
||||
|
||||
**Intermediate Comprehension**
|
||||
* Entity Framework
|
||||
* Code-First migrations
|
||||
* Dependency Injection
|
||||
* C# Attributes
|
||||
|
||||
### Back End
|
||||
|
||||
[Api Key guide](https://www.camiloterevinto.com/post/simple-and-secure-api-keys-using-asp-net-core)
|
||||
|
Loading…
x
Reference in New Issue
Block a user