Skip to content

Example how to use Protontype API with TypeORM (Default Database)

Notifications You must be signed in to change notification settings

protontype/protontype-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protontype with TypeORM Example (Default ORM)

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": "bob@mail.com"
}

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 TypeORM (Default Database)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published