Skip to content

A mocked task management REST API made with bouchon

License

Notifications You must be signed in to change notification settings

Pegase745/bouchon-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bouchon-tasks

A mocked task management REST API made with bouchon for this Medium article.

Usage

  $ npm install
  $ npm start
  08:33:46.693Z  INFO server: Initializing store...
  08:33:46.699Z  INFO server: Registering "GET /tasks/"
  08:33:46.702Z  INFO server: Registering "GET /tasks/:taskId"
  08:33:46.705Z  INFO server: Registering "POST /tasks/"
  08:33:46.705Z  INFO server: Registering "PATCH /tasks/:taskId"
  08:33:46.709Z  INFO server: Registering "DELETE /tasks/:taskId"
  08:33:47.215Z  INFO server: ✔ Store is ready.
  08:33:47.216Z  INFO server: ✔ App listening at port 3000.

License

MIT

About

A mocked task management REST API made with bouchon

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published