Skip to content

tturn02/dealerON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dummy Data API

Simple server exposing dummy data to build a sample app.

Usage

Simply run

npm install
npm start

and access http://127.0.0.1:3000/data to get an array of data.

If you want to retrieve just a subset, specify the lower and upper limit as query parameters, for example:

http://127.0.0.1:3000/data?_start=8&_end=12

About

Coding Assessment for DealerOn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published