/EasyHTTPLibrary

A basic custom http library that uses async/await and fetch API functionality of Javascript

Primary LanguageJavaScript

Easy Http Library

An easy http library using fetch API and async/await

You can combine this with npm package json-server to run a local json server on your machine

The local json server can use the included file db.json

So you run this using :

npm install
npm install json-server -g
And in this folder you run two separate commands:
1 -> json-server --watch db.json
2 -> npm run dev