Skip to content

The backend for the International School Social Worker (Educell) project

License

Notifications You must be signed in to change notification settings

build-week-educell/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backend

The backend for the International School Social Worker (Educell) project

server.post("/api/register", register); registers a user to the database

server.post("/api/login", login); user logs in using username and password. gives users a token to be able to see students.

server.post("/api/student", authenticate,student); add student information name status age insuranceCardexpires birthcertificate specialneeds represenative contactinfo

server.get("/api/students", authenticate, students); recieve list of students names

server.get("/api/students/:id", authenticate, studentid); get individual info on a student includes status age etc.

About

The backend for the International School Social Worker (Educell) project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •