Skip to content

yigitatesh/school_api

Repository files navigation

School API

A school backend API for students' data

You can do these things:

  • Get a student by ID
  • Get all students
  • Get students by filtering them by firstname and lastname
  • Get students by filtering them by student grade
  • Add a student
  • Update a student
  • Delete a student

Requirements

  • .NET 6.0

How to Start

// clone the repository
git clone https://github.com/yigitatesh/school_api.git
cd school_api
// start the api in auto-reload mode
dotnet watch

About

A school backend API for students' data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages