Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
/ fake-rest-api Public archive

Fake REST API using json-schema-faker and json-server

Notifications You must be signed in to change notification settings

JonJam/fake-rest-api

Repository files navigation

fake-rest-api

This project demonstrates how to create a fake REST API using json-schema-faker and json-server.

See my blog post for more details.

Install

Install dependencies with:

yarn install

Usage

Start the REST API with:

yarn run start

This will generate random data in /buildScripts/db.json and then serve it on a REST API on port 3000.

Related links

About

Fake REST API using json-schema-faker and json-server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published