An open API service indexing awesome lists of open source software.

https://github.com/galaxy092/student-management

Student Management (ASP.NET Core API with Windows Forms and Console App) (RUPP)
https://github.com/galaxy092/student-management

Last synced: 2 months ago
JSON representation

Student Management (ASP.NET Core API with Windows Forms and Console App) (RUPP)

Awesome Lists containing this project

README

        

# Student Management
Student Management: OOAD Assignment

1-Building the project Student Management API
> dotnet build

2-Preparing migration
> dotnet ef migrations add "InitStudents"

3-Updating database
> dotnet ef database update