All Projects → kylemcdonald → whopaysartists

kylemcdonald / whopaysartists

Licence: other
whopaysartists.com/

Programming Languages

EJS
674 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
Procfile
174 projects

Who pays artists?

Right now Who pays artists? is a work in progress, with a mockup on the main page and this repository representing some initial work.

If you'd like to contribute, you can help by closing any issues with PRs.

Because there is so much interest, make sure to comment that you are working to close an issue to avoid duplication of labor.

Dependencies

The easiest way to install these three dependancies is with Homebrew:

$ brew update
$ brew install node # npm comes baked into node
$ brew install mongodb

Getting setup

Common problems

Error: Cannot find module 'express'

Make sure you've run $ npm install

TypeError: Cannot call method 'createCollection' of null 
at /Users/youruser/Workspaces/WhoPaysArtists/storage.js:29:16

Make sure you've installed MongoDB and that it's running

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].