Skip to content

protontype/protontype-sequelize-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run example

Endpoints availables

GET Method

POST Method

DELETE Method

PUT Method

Request body

Tasks

{
  "title": "Make something",
  "done": false,
  "userId": 1
}

Users

{
  "name": "Bob",
  "password": "123456",
  "email": "[email protected]"
}

Development environment (linked module)

Cloning ProtonType module

Cloning and install example

Requirements

NodeJS 6.x or later

About

Example how to use Protontype API with Sequelize ORM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published