Skip to content

shaded2/FamList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Famlist

Description

Open Source Family Shopping List

Recommendations

  • Use Linux or OS X (check known issues section)

Installation

  1. Install node.js 0.6.0 or greater (Choose one of the options below)
  2. Install mongodb 2.0.7
  3. Install all the needed modules
    • In the terminal, change directory to the root location of the application
    • Type: npm install (all the needed modules will be resolved from the package.json file)
  4. Start the mongodb demon
    • In another terminal, change directory to bin directory of your extracted mongodb database
    • Start the demon with ./mongod
    • You can connect to the server from another terminal using ./mongo
  5. Start the server with "node server.js" using the terminal created in step 3
  6. Browse to http://localhost:8080

Known Issues

  1. mongodb module will not install on Windows due to the inability to compile bson. This is an issue with the bson module and not npm or this application.

About

Open source Node.js based family shopping list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published