Skip to content

This is a brief CRUD example that involves authentication.

Notifications You must be signed in to change notification settings

jobstuff951127/CRUD_JWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run this project

Don't forget to see the "about" section of this repo.

To run this project NET 5 latest version must be installed along with Node.js and Git preferibly. Once cloned go into the "Controller" folder through terminal and execute the "dotnet watch run" command then go into the "Views" folder through terminal and execute the "npm i" command followed by "npm run serve".

Notice:

*The DB connection string must be edited along with the CQRS policy.
*Go to "Model" folder into the "Seed" class to get the user credentials
*Create an empty DB called "Toka"