Coder Social home page Coder Social logo

classroomapi's Introduction

ClassRoom

Models

1. Student

student = { username, password, list(class_id) }

2. Tutor

tutor = { username, password, list(class_id) }

3. File

file = { url, name, description, uploadedAt, uploadedBy, type }

4.Class

class = { name, list(student_id), list(files_id), createdBy, createdOn }

API

create student

http:localhost:3000/api/create-student

login student

http:localhost:3000/api/student-login

all students

http:localhost:3000/api/students

create tutor

http:localhost:3000/api/create-tutor

login tutor

http:localhost:3000/api/tutor-login

all tutors

http:localhost:3000/api/tutors

create class

http:localhost:3000/api/create-classroom

all classes

http:localhost:3000/api/classes

add student to class

http:localhost:3000/api/add-student

remove student from class

http:localhost:3000/api/remove-student

class feed

http:localhost:3000/api/class-feed

add file

http:localhost:3000/api/upload-file

modify file

http:localhost:3000/api/modify-file

delete file

http:localhost:3000/api/file

get all files

http:localhost:3000/api/files

file feed

http:localhost:3000/api/file-feed

classroomapi's People

Contributors

varunreddy-ch 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.