4 ms·
Well, it's a standalone, non-hosted, offline application. If you're designing your own API, you can do all the specs, docs, and if you get it up and running on
by kiselitza 1y ago
Well, it's a standalone, non-hosted, offline application.
If you're designing your own API, you can do all the specs, docs, and if you get it up and running on localhost, you don't even need internet for testing it.
If you want to run a hosted API endpoint, or push your changes to git ofc you'll need the internet, but not because of the application, rather because you're trying to access something else that is not offline.
- andybak 1y agoOK. That's confusing.