Dingo is a Django inspired web development framework on NodeJS.
This project is an example to demonstrate how it is used.
node apps/manage.js
node apps/manage.js runserver 5000
curl http://localhost:5000/blogs
curl -X POST http://localhost:5000/blogs
node apps/manage.js test