https://github.com/peyton/guess-that-subreddit
A subreddit guessing game
https://github.com/peyton/guess-that-subreddit
Last synced: about 2 months ago
JSON representation
A subreddit guessing game
- Host: GitHub
- URL: https://github.com/peyton/guess-that-subreddit
- Owner: peyton
- Created: 2013-10-31T18:19:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-08T23:32:35.000Z (over 12 years ago)
- Last Synced: 2023-04-10T09:02:08.459Z (about 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
guess-that-subreddit
====================
To run this app make sure you have created the database using printsubs.py
then after starting up a mongo instance with mongod
type
$ MONGO_URL="mongodb://localhost:27017/meteor" meteor
To set up initial mongo db uncomment the lines in server.js and run the server. after the
db has been updated, recomment those lines
To shutdown mongod, inside a mongo shell type
use admin
db.shutdownServer()