Giter Site home page Giter Site logo

salesken's Introduction

Student_Reporting_System

This is a Student Reporting System where a Student's data like Semester , marks etc will be present and the user will be able to do functions like calulate average marks across semester, average marks in a particular subject , data of top two consitent performers etc.

Features

  • Add Student.
  • Add Marks.
  • Get Average Marks Across Semester.
  • Get Average Marks In a Particular Semester.
  • Top Two Performing Student Across Semester.

Tech Stack

  • SPRING BOOT
  • SPRING DATA JPA
  • SPRING BOOT DEVTOOLS
  • MySQL DATABASE

ASSUMPTIONS

  • Two Semester.
  • Three Subjects.

FLOW

  • ADD STUDENT IN THE DATABASE.
  • ADD MARKS FOR RESPECTIVE SEMETER OF A STUDENT IN THE DATABASE.
  • GET AVERAGE MARKS ACROSS ALL SEMESTER IN A SUBJECT.
  • GET AVERAGE MARKS IN A PARTICULAR SEMESTER.
  • GET TOP TWO CONSITENT PERFORMER.

DATABASE DETAILS

  • I have used port 8321 , and the name of my database is "studentReport" with three tables namely - student , marks , marks_students .

API Reference

ADD STUDENT

  /saveStudent

ADD MARKS

  /addMarks/{studentId}
Parameter Type Description
studentId Integer Required.

GET AVERAGE BY SEMESTER

  /getAvgBySem/{semesterId}
Parameter Type Description
semesterId Integer Required.

GET AVERAGE ACROSS SEMESTER

  /getAvgAcrossSem/{studentId}/{subject}
Parameter Type Description
studentId Integer Required.
subject String Required.

TOP TWO PERFORMER ACROSS SEMESTER

  /getTwoConsistentTopPerformerAcrossSem

salesken's People

Contributors

akash-github-25 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.