Giter VIP home page Giter VIP logo

psgscapes-production-server's Introduction

PSG Scapes

PSG Scapes is a Full Stack Node.JS server that utilizes Mongoose and Express.JS to communicate between Flutter, React, and MongoDB for the backend. It also uses React for the online interface.

Routes

  1. Faculty Information

    /api/facultyInfo/:id
    

    Description: Retrieve faculty information by providing the ID number.

  2. Student Information by ID

    /api/userInfo/:id
    

    Description: Retrieve student information by providing the ID number. Works for both students and faculty.

  3. Student Information by Class

    /api/userInfo/studentsofclass/:classKey
    

    Description: Retrieve student information by providing the class key. Works for students of a specific class.

  4. All Students Information

    /api/userInfo/students/all
    

    Description: Retrieve information of all the students in the database.

  5. Timetable for the Week with Room UUIDs

    /api/timetable/comparison/week/:id
    

    Description: Retrieve the timetable for the week along with room UUIDs.

  6. Timetable for a Single Day with Room UUIDs

    /api/timetable/comparison/day/:id/:day
    

    Description: Retrieve the timetable for a single day with room UUIDs.

  7. Timetable for the Week without Room UUIDs

    /api/timetable/schedule/week/:id
    

    Description: Retrieve the timetable for the week without room UUIDs.

  8. Timetable for a Single Day without Room UUIDs

    /api/timetable/schedule/day/:id/:day
    

    Description: Retrieve the timetable for a single day without room UUIDs.

  9. Attendance Information by Course ID

    /api/attendance/byClass/:id
    

    Description: Retrieve attendance information according to the Course ID.

  10. Attendance Information by Student ID

    /api/attendance/student/:id
    

    Description: Retrieve attendance information according to the Student ID.

  11. Course Data by Course ID

    /api/courseData/:id
    

    Description: Retrieve course data according to the Course ID.

  12. Attendance Information for All Students

    /api/attendance/students
    

    Description: Retrieve attendance information for all students.

  13. Attendance Information for Specific Student in Specific Class

    /api/attendance/singleRecord/:id/:studentCode
    

    Description: Retrieve attendance information for a specific student in a specific class.

  14. Attendance Verification

    /api/attendanceUpdate/presenceVerify
    

    Description: Verify attendance information. The required data to be passed in req.body includes studentCode, datetime, courseCode, classKey, periodNumber, and os.

Installation and Usage

You can clone this server and then run "npm run server" in the terminal window in the folder to start the server

Contributing

Akash Shanmugaraj, Anandkumar NS

psgscapes-production-server's People

Contributors

akashshanmugraj avatar aknsubbu avatar deepsource-autofix[bot] avatar deepsource-io[bot] avatar

Stargazers

Sreeraghavan R avatar  avatar

Watchers

Sreeraghavan R avatar  avatar  avatar

psgscapes-production-server's Issues

Server side CRON jobs

For independently modifying information like total number of classes of a student, kind of an automation

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.