Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Development Challenge for Node.js This challenge aims to evaluate basic skills in Node.js development, and a bit of data/entity modeling. The idea is to build an HTTP REST API.

vidaljose/Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge

Development Challenge for Node.js This challenge aims to evaluate basic skills in Node.js development, and a bit of data/entity modeling. The idea is to build an HTTP REST API.

start

npm install 

Endpoints

jwt key

GET ':/key'

movie

GET ':/'
GET '/limit/{ number }'
GET '/sorted'
GET '/sorted/{ number }'
POST '/' 

others

Add actors and directors

POST '/actor'
POST '/director'

tvshow

GET '/{ string }' 
POST '/'

About

Development Challenge for Node.js This challenge aims to evaluate basic skills in Node.js development, and a bit of data/entity modeling. The idea is to build an HTTP REST API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published