Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudentManagementSystem

Basic Web API using CQRS and Mediator pattern

  • POST /api/student: for adding student

  • GET /api/student: getting list of all students

  • GET /api/student/{id}: getting a particular record of student by id

  • PUT /api/student/{id}: updating a student record

  • DELETE /api/student/{id}: deleting a student record

  • Used In-Memory Database

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages