Giter VIP home page Giter VIP logo

technocracy's Introduction

API Endpoints

  1. https://technocraccy.onrender.com/get_students

    return a list of all the students studying in the college.

  2. https://technocraccy.onrender.com/enrolled

    return the names of those students who are enrolled in at least one course.

  3. https://technocraccy.onrender.com/student/201

Returns the details of the student with roll = 201

  1. https://technocraccy.onrender.com/gg_group

return the names and roll numbers of those students who have attendance <= 30.

  1. https://technocraccy.onrender.com/courses/c1

let's say x = c1roll number then it will return the s of those students who are enrolled in course c1. Example: /course/c1 -> Returns the roll numbers of those students who are enrolled in course c1.

Database

MongoDB atlas stores the data which is accessed by server.

sample data stored:

{ "students": [ { "name": "User 1", "roll": "200", "courses_enrolled": ["c1", "c2", "c3"], "total_attendance": 100 }, { "name": "User 2", "roll": "201", "courses_enrolled": ["c2", "c3"], "total_attendance": 50 }, { "name": "User 3", "roll": "202", "courses_enrolled": ["c1", "c3"], "total_attendance": 75 }, { "name": "User 4", "roll": "203", "courses_enrolled": [], "total_attendance": 20 }, { "name": "User 5", "roll": "204", "courses_enrolled": ["c3"], "total_attendance": 30 } ] }

technocracy's People

Contributors

student-mayank 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.