Skip to content

nezuss/StudentsManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup frontend

Go to frontend directory cd Frontend
Install node packages npm i or npm install
Run the app npm start

Setup backend

Create MSSQL database, and create table with name Students and columns (Id - int, Name - varchar, Age - int)
Go to backend directory cd Backend
Setup file appsettings.json with your string connection to database
Run the app dotnet run or if you using Visual Studio just press the green button on top of the screen

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks