i want to create a fake API using json-sever of typicode with database i created myself, i have done CRUD tasks with web, but now i need an API to do those tasks and send changes to db file .json.
For example, if I add a string of text and characters on the web, the same string will be added in the database, and when I delete it, the database will also delete it.
here is my project github link: https://github.com/HoanggLB2k2/Fake_API_1
i’m newbie and i want to try to create my own fakeAPI but it seems to be quite difficult, and i need it right away so please help me