Skip to content

lazaro-ansaldi/CompleteExample

 
 

Repository files navigation

Overview

Hello! We would like you to build .NET API endpoints that perform actions on a SQL database. If you encounter any issues while working through this challenge, please be sure to share them with us or how you worked around them.

Software Requirements

Getting Started

The BuildDatabaseWithSampleData.sql script will build the database with the necessary tables with sample data.

Technical Requirements

Create API endpoints that return all columns that do the following:

  • For a particular instructor, list all the students' grades the instructor has given out
  • List all students that have the top 3 grades for each course
  • Enroll a student in a course
  • Update a grade(number) for a student for a course

Stretch Goals

  • Modify the databse to allow for the storage of students' historical grades.
  • Setup a postman collection that calls each one of the endpoints.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TSQL 77.4%
  • C# 22.6%