Skip to content

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages