A token(JWT) based authentication & authorization system using Angular & DotNET core web API.
New.Recording.-.3_30_2023.11_40_19.AM.mp4
Client: Angular14, TailwindCSS
Server: DotNET Core Web API
Database: SQL
Clone the project
git clone https://github.com/lucy2512/TokenBasedAuth
Go to the project directory & then open Backend
cd TokenBasedAuth/Backend
Install dependencies
open nugetpackage manager & install dependencies
Add Migration
add-migration newMigration
Update Database
update-database
Start the Server
Ctrl + F5 / Run button
Go to the project directory & then open Frontend
cd TokenBasedAuth/Frontend
Install dependencies
npm install
Start the UI
ng serve -o