School Grading System

Welcome to the “School Grading System” project. This project is a back-end application that enables you to onboard students’ data and ranks them over time based on their average scores across different subjects or classes.

The project is built on TypeScript, Node.js, NestJS, and PostgreSQL.

Project description

The project has been divided into three major steps:

  • Integrate TypeORM into the back-end application.
  • Develop a student service to develop APIs for onboarding and retrieving students’ data.
  • Develop a records service to develop APIs for submitting and ranking students’ scores.

With that being said, let’s hit the ground running!