Skip to content

HackerEcology/HackathonIdeaBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Thacks Idea Board

##Tech used by now

  • coffee
  • grunt
  • express + mongodb
  • redis
  • forever

REMEMBER

npm install

##How to start

	forever start app.js

#Test ##Website for test

http://thu.io:3001

##api test ###newIdea test

curl -X POST -H 'content-type:application/json' -d '{"user_id":"test_author","title":"test_idea","description":"this is an test_idea"}' http://localhost:3001/idea

###newUser test

curl -X POST -H 'content-type:application/json' -d '{"user_id":"test"}' http://localhost:3001/user

###listUser test

curl -X GET 'http://localhost:3001/user'

###listIdea test

curl -X GET 'http://localhost:3001/idea'

About

This is an idea board that will be first used in Thacks !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published