Running Db.json Using Json Server
In a typical crud(create read update delete) application we need data in which we can read, add, delete, and do a lot of stuff with.
Most of this data are always stored in an api.
An api is simply just an json with a couple of keys and values. such...
blacczeez.hashnode.dev3 min read