Skip to content

tcharlat/rest-api-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

In the project directory, you can run:

npm i

Quick Start

Start the API server :

npm run api

Open http://localhost:4000/stocks to view it in the browser.

Start the development server :

npm start

Open http://localhost:3000 to view it in the browser.

To test the timeout feature, stop the api server and relaunch it via :

npm run api-delay

Refresh the application to notice the timeout message, and data source beeing the localstorage.

npm test

Launches the test runner in the interactive watch mode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.6%
  • HTML 2.6%
  • JavaScript 1.8%