Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Abdullah-Alharbi-Archived-Projects/express-mongodb-crud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General Assembly Logo Misk Logo

The Schema of Students. Students have the following features:

firstName - (String, required)
lastName - (String, required)
grade - (Number, required)
age - (Number, Greater than or equal 18)
city - (String)

Routes

  • INDEX : GET - /students - show all students names
  • CREATE : POST - /students - Create a new Student
  • SHOW : GET - /students/:id - show a single student
  • UPDATE : PATCH - /students/:id - Update a single student
  • DESTROY : Delete - /students/:id - Destroy a single student

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%