Skip to content

bubl-application/back-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

back-end

This repository will serve as the back-end server side for the application

routes

/students

retruns an array of objects with all of the information on the student table and the school tables the object will look like this: {"id":1,"username":"bobthebuilder","firstName":"Robert","lastName":"Builder","age":12,"school_id":1,"password":"password","schoolName":"Bayside Elementry","address":"1322 13th street"}

/students/:id

returns an object with all of the info on the selected student including the school info threads they have authored and bubl's they they have posted to the objects look like this: {"id":2,"username":"bobthebuilder","firstName":"Robert","lastName":"Builder","age":12,"school_id":1,"password":"password","schoolName":"Bayside Elementry","address":"1322 13th street","title":"what is 1 + 1","bubl_id":2,"student_id":1,"bublName":"math"}

About

This repository will serve as the back-end server side for the application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •