Skip to content

captainill/palette-restify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why?

just a simple restify server

Install the dependencies

npm install

make sure mongodb is running

mongod --dbpath srv/mongodb/

seed db

npm run-script seed-db

you can now test mongodb using the mongo shell

$ mongo
$ use color
$ db.palettes.find()

Start the server

npm start

Restify is running @

About

Simple restify server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published