Skip to content

beedesk/dingo-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dingo-example

Dingo is a Django inspired web development framework on NodeJS.

This project is an example to demonstrate how it is used.

Get a list of supported management commands:

node apps/manage.js

Starting the server

node apps/manage.js runserver 5000

Hiting the server

GET

curl http://localhost:5000/blogs

POST

curl -X POST http://localhost:5000/blogs

Running Tests (mocha)

node apps/manage.js test

Releases

No releases published

Packages

No packages published