Skip to content

AmrAbdulrahman/db-mock-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db-mock-tutorial

This is a demo project to guide you and show you an example of how can you use db-mock

run api mocks over db-mock

run seed script

./node_modules/.bin/db-mock seed

run api-mocks

node api-mocks/

Implemented APIs

  • GET /students
  • GET /students/:id
  • POST /students
  • PUT /students/:id
  • DELETE /students/:id
  • GET courses/:courseID/students
  • GET /courses
  • GET /courses/:id
  • POST /courses
  • PUT /courses/:id
  • DELETE /courses/:id
  • GET students/:studentID/courses

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published