In this repository I want to give a plain starting point at how to build a WebAPI with ASP.NET Core.
This repository contains:
- Student Controller which is dealing with students. You can GETALL/GET/POST/PUT/DELETE them, and GET courses for a spesific student.
- Course Controller which is dealing with courses. You can GETALL/GET/POST/PUT/DELETE them,GET students for a specific course, Add Student to a course, DELETE Student from a course .
- Department Controller which is dealing with Departments. You can GETALL/GET/POST/PUT/DELETE them.