Skip to content

Commit cf422d5

Browse files
added readme content
1 parent dd8d193 commit cf422d5

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

README.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
# SecureWebSite
1+
# Login and Registration with .NET 8 Identity.
2+
3+
In this project you will learn how to implement Authentication and Authorization in ASP .NET Core Web API with REACT.JS for the Frontend. This is an advance topic in web development.
4+
5+
### What will you learn?
6+
7+
You will learn the following:
8+
9+
- Creating a user interface using React.JS.
10+
- Creating protected routes in REACT.JS.
11+
- Creating RestFull API using ASP .NET Core Web API (.NET 8 LTS).
12+
- Handling API requests using JavaScript fetch API.
13+
- Cookie based Authentication.
14+
- Entity Framework and SQL Database.
15+
- HTML and CSS.
16+
- JavaScript.
17+
- C#
18+
19+
Watch the full course on YouTube [here](https://youtu.be/DK7YAqd0tJA). Visit our YouTube Channel [Coding Aqyanoos](https://www.youtube.com/@coding-aqyanoos) for more useful and helpful courses. If you have any other questions please our website [https://aqyanoos.com](https://aqyanoos.com).
20+
21+
We Have also created unique helpful Android apps that you can install and use for free. For more details visit our website.
22+
23+
__Thank You__
24+

SecureWebSite.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.9.34622.214
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecureWebSite.Server", "SecureWebSite.Server\SecureWebSite.Server.csproj", "{2C82BB2C-713C-4BC0-8F1C-8D25A8E665C5}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecureWebSite.Server", "SecureWebSite.Server\SecureWebSite.Server.csproj", "{2C82BB2C-713C-4BC0-8F1C-8D25A8E665C5}"
77
EndProject
88
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "securewebsite.client", "securewebsite.client\securewebsite.client.esproj", "{DBF25038-2F3B-4C3D-AABC-304595B55E45}"
99
EndProject

0 commit comments

Comments
 (0)