nodb

nodb

Database for your apps in 30 seconds via JSON API
1 review
89 followers

What is nodb?

Nodb simply utilises REST API to store your app data in JSON format to the cloud. There is no dependency installation to your project. Ideal for serverless applications.

Do you use nodb?

nodb gallery image
nodb gallery image

Recent nodb Launches

nodb

nodb Alternatives

Review nodb?

5/5 based on 1 review

Reviews

Ismo Harjunmaa
1 review
All HTTP-methods except GET returns error message "Body must be of array type". I did just like it is in documentation curl -X POST https://api.nodb.sh/{app-name}/{... \ -d '[{ "foo": "bar" }]' The problem was on-site CLI screen that mess things. Using cURL from elsewhere works!