Lego Trader lets you trade your lego sets with other Lego enthusiasts!
- Luna Kim - Software Engineer 🌟
- Grant Spilsbury - Software Engineer 🌟
- Patty Kovash - Scrum Master 🌟
- Ralph Plumley - Product Owner 🌟
"aws-sdk": "^2.181.0",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"express-session": "^1.15.6",
"jquery": "^3.2.1",
"mongoose": "^4.13.9",
"nodemailer": "^4.4.1",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-form-validator-core": "^0.3.0",
"react-route-props": "^1.0.4",
"react-router-dom": "^4.2.2",
"request": "^2.83.0"
- In the root directory of your app run
npm install
- Sign up for a SendGrid account and take note of the username and password that you used to login to the site.
- Sign in to Amazon Web Services. Locate and take note of your (IAM) credentials (API key and secret).
- Create a bucket on AWS S3 with public read access. Keep track of the bucket name. Make sure you set up CORS permissions.
- In the root of your app change the name of config.example.js to config.js. You can update your local variables here.
- Start the React server by running
npm run react-server
- Start the node server by running
npm run server-dev
- In the root directory of your app run
npm install
- Sign up for a SendGrid account and take note of the username and password that you used to login to the site.
- Sign in to Amazon Web Services. Locate and take note of your (IAM) credentials (API key and secret).
- Create a bucket on AWS S3 with public read access. Keep track of the bucket name. Make sure you set up CORS permissions.
- Sign up for a free Heroku account.
- Create an empty app on Heroku.
- Add the mLab MongoDB add-on to Heroku.
- In the root of your app change the name of config.example.js to config.js. You can update your local variables here.
- Set Heroku environment variables (from the Heoku CLI) for the following variables:
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- S3_BUCKET
- SENDGRID_PASSWORD
- SENDGRID_USER
- MONGODB_URI (this should've already been added by the mLab add-on).
- (This is a hack) Run
npm run react-server
. Stop the server by pressing Ctrl + C. This will create a bundle.js file. - Commit and push your app code to Heroku
- User Login
- User Account management
- OAuth via Passport
- Allow users to create, read, update, delete listings
- Dynamic searching
- Page refresh capability
- Allow multiple categories for a listing
- Use mapping API to utilize location information
- Chat
- “Build” meetups
- Enhanced UI
- More robust form validation
👏 The HiRs that helped with our issues! 👏