
Stop running JSON-Server locally
If you're a front-end developer, chances are you've used JSON-Server at some point. It's one of those tools that just works. You spin it up, create a quick API, and move on. I’ve used it for years in my own projects. But there’s one thing that always bothered me: Why do I still need to run it locally every single time? Every time I start a new project, I have to: create a db.json file run the server keep it running in the background restart it when something breaks Everything works… as long as you're running it locally. And that's where it starts to feel limiting. I started wondering: What if I could get the same experience… but without running anything locally? So I decided to build it and that’s how fastdb.io was born. So what is fastdb.io? fastdb.io is a simple way to create and use mock APIs instantly — without running anything locally. You define your data, and your API is ready to use. No setup. No server. No configuration. A quick example Let’s say you want to create a users API
Continue reading on Dev.to JavaScript
Opens in a new tab



