Giter VIP home page Giter VIP logo

education-system-api's Introduction

Education Management System

Please create the back end of an education management system.

Features

  1. User can perform CRUD operations on the following resources:
    • student
    • student group (class)
    • teacher
    • subject
    • course
    • exam
  2. User (student) can see all the subjects on the course they are enrolled on, along with who teaches them.
  3. User (student) can see their exams (upcoming, failed, passed).
  4. User (teacher) can see all the students they teach.
  5. User (teacher) can add exams and assign subjects to them. The status of an exam can be changed.
  6. User (administrator) can add courses and assign subjects to them.
  7. User (administrator) can add students, student groups, teachers, subjects, and make the connections between them.
  8. Optional: any additional operations and/or data that make the application fit to manage education in a school.
  9. Optional: User can see a graphical endpoint documentation on the root endpoint.

Requirements

  • Endpoints use the conventional HTTP methods (create - POST, read - GET, update - PUT, delete - DELETE)
  • Data are stored in a database.
  • This is a web application that accepts and serves data in json format.
  • Please use error handlers to ensure only proper data get saved into the database.
  • Your repository should have a .gitignore and a requirements.txt file.
  • Database data must be protected.
  • Please change the contents of the README file and add instructions on how to set up and run your application.
  • Don't forget to commit and push your changes regularly.

Hints

  • Steps to create a Swagger ui:

education-system-api's People

Contributors

zslim 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.