GitXplorerGitXplorer
g

reading-group-budgets

public
1 stars
3 forks
3 issues

Commits

List of commits on branch master.
Verified
ca7952c1c38d7444b7fa55baa1c787ef0433f152

Merge pull request #8 from rlaw125/master

gglasserc committed 6 years ago
Unverified
a05d4a8c93416f0b593e5d6f3fd9efe1454c96ba

removed log statement, updated catalog.js with budget_update routes

rrburrito committed 6 years ago
Unverified
7984da663c6d51579bb5e95d22400e6c6c8ee746

update budget get and post semi-working

rrburrito committed 6 years ago
Verified
9271ebaee23181fb7bfb6e831e729bad629e45ad

Merge pull request #6 from mso122591/private-branch

gglasserc committed 6 years ago
Unverified
4ad2a63672ca797b1ee3d7ea1ed97ae1c840fd96

Address review feedback

mmso122591 committed 6 years ago
Unverified
4aa7a140eda0f45de7fb6a8683cc7b95308bf8e5

Posts now visible

mmso122591 committed 6 years ago

README

The README file for this repository.

Participatory budgeting project for the reading group

This is based off of the "Local Library" tutorial on MDN.

Running

  • npm install
  • Install mongodb and run it using something like:
mongod --dbpath ../mongodb/budgets

... Where the path is just the path to some data that can run on a local MongoDB server instance. There doesn't have to be anything in the directory. You can use any path, but if you're running in Ubuntu on Windows 10, try putting the local database in somewhere recognized as an Ubuntu directory, such as /data/db which is the standard mongo path on Linux.

  • Run mongo to verify that it worked:
mongo
  • Start the project, using local mongo:
env MONGODB_URI=mongodb://localhost/budgeting npm start

If you're using a local database, You should see that there are no books since the database tables are empty.