Thanks to visit codestin.com
Credit goes to github.com

Skip to content

amrshaheen20/MySchool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MySchool API

MySchool API is a school management system built using ASP.NET Core Web API. It provides RESTful endpoints for managing assignments, users, and dashboards based on user roles (Admin, Teacher, Student, Guardian).

πŸ”— Live Demo

Access the Swagger UI here: http://my-shcool.runasp.net/swagger

πŸ“Š Database Diagram

Database Diagram

πŸš€ Getting Started

Prerequisites

  • .NET SDK 9.0 or later
  • SQL Server
  • Visual Studio / VS Code

Setup Instructions

git clone https://github.com/amrshaheen20/MySchool.git
cd MySchool
dotnet build
dotnet ef migrations add Initial 
dotnet ef database update
dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages