Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Express boilerplate

.env

  • PORT
  • DB_URL

student routes

  • GET = /student
  • GET = /student/:id
  • POST = /student
  • PUT = /student/:id
  • DELETE = /student/:id