Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Test_NET API

Description

  • ASP.NET Core 8 project with MVC + API
  • 3 controllers:
    • StudentsController → CRUD for students
    • CoursesController → List courses
    • FeedbackController → Add & view feedback
  • Uses EF Core with LocalDB SQL Server
  • Includes Swagger for API testing

API Endpoints

  • Students
    • GET /api/students → all students
    • GET /api/students/{id} → student by ID
    • POST /api/students → add student
    • DELETE /api/students/{id} → delete student
  • Courses
    • GET /api/courses → all courses
  • Feedback
    • GET /api/feedback → all feedback
    • POST /api/feedback → add feedback

Notes

  • Test API via Swagger or Postman
  • MVC views available for Students, Courses, Feedback

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors