-
'npm install' at the application root.
-
Type
mongo
in command line. -
Type
use didgeridone
-
Type
db.tasks.insert({ _id: 1, data: 'data!'});
-
Replace line 15 in routes/api.js with
mongoose.connect('mongodb://localhost/didgeridone')
-
Visit localhost:3000/api To ensure you see the data displayed as JSON.
-
Notifications
You must be signed in to change notification settings - Fork 0
Back end API for Didgeridone
License
Didgeridone/Didgeridone-API
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Back end API for Didgeridone
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published