bare bones marketplace to list items for sale: http://chiphi-market.herokuapp.com/
- Start mongo server:
mongod --dbpath ./data
- Start web app:
node app.js
- Implement basic search
- Implement item deletion
- Include authentication w/ passport.js
- Allow for multiple sub-marketplaces
- Refactor with some jQuery to make some things less hacky