Skip to content

tonoy30/PerformanceCalculator

Repository files navigation

Student Preformance Management System

Advance Database Tutorial

Creating Database

CREATE DATABASE performance_calculator
    WITH 
    ENCODING = 'UTF8'
    CONNECTION LIMIT = -1;

Step to Run This Application

Common

  • dotnet ef migrations add -s PerformanceCalculator.API/ -p PerformanceCalculator.Business/ --context <context_name> -o Migrations/<folder_name> <migration_name>
  • dotnet ef database <update or drop> -s PerformanceCalculator.API/ -p PerformanceCalculator.Business/ --context <context_name>

Docker

  • On your terminal cd into Application Folder and run docker-compose up --build -d and go to http://localhost:5000

Non-Docker user

  • make sure you have installed:
    • MSSQL
    • dotnet SDK
  • after installing all of these, On your terminal cd into Application Folder and run dotnet run or dotnet watch run

Tools

  • Visual Studio 2019
  • Entity Framework
  • git

About

Student Preformance Management System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors