Skip to content

tumetus/json-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mock json api

This is a simple JSON api that returns mock data.

Created using Next.js.

Endpoints can be seen from the frontpage by visiting localhost:3001 when server is started.

Usage

yarn install
yarn build
yarn start

Builds the server and runs it. The Todo api saves the todos in memory so that is why the server needs to be built instead of run in dev mode (to prevent rebuilding -> loss of data).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published