Skip to content

skeleton server using json-server to create REST API from data.json file

Notifications You must be signed in to change notification settings

AsmaTheWizard/json-server-skeleton-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Json Server Skeleton Project

It is a small project that uses json-server to create REST API from data.json file with support for Filter, Pagination, Sort, and Full-Text Search. For development purposes only.

Usage

// run server
npm start


// Filtter
http://localhost:4000/data?name=santos13

// Pagination
http://localhost:4000/data?_page=1&_limit=4

// Sort
http://localhost:4000/data?sort=id&_order=asc

// Full-Text search

http://localhost:4000/data??q=hotmail

About

skeleton server using json-server to create REST API from data.json file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published