Skip to content
This repository has been archived by the owner on Aug 10, 2018. It is now read-only.

sowebdev/quel-resto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Quel resto ?

This project is no longer maintained

Vote for the places where you would like to take lunch

##Configure the application

Settings are taken from the Meteor.settings object. You can define settings from a JSON file :

meteor --settings settings.json

##Reset votes

For now, resetting votes is a manual task. Run following query in Mongo :

db.restaurant.update({}, {$set: {votes: 0, supporters: []}}, {multi: true});

About

[NOT MAINTAINED]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published