Skip to content

A token(JWT) based authentication & authorization system using Angular & DotNET core web API.

License

Notifications You must be signed in to change notification settings

lucy2512/TokenBasedAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Token Based Authentication & Authorization System

A token(JWT) based authentication & authorization system using Angular & DotNET core web API.

Live Demo

New.Recording.-.3_30_2023.11_40_19.AM.mp4

Tech Stack

Client: Angular14, TailwindCSS

Server: DotNET Core Web API

Database: SQL

Run Locally

Clone the project

  git clone https://github.com/lucy2512/TokenBasedAuth

Backend

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

Frontend

Go to the project directory & then open Frontend

  cd TokenBasedAuth/Frontend

Install dependencies

  npm install

Start the UI

  ng serve -o