/BestStuff-Backend

Backend server for an item review app for Make School's Web 3 - Advanced Web Patterns.

Primary LanguageJavaScriptMIT LicenseMIT

BestStuff

Item review app for Make School's Web 3 - Advanced Web Patterns. This project was built using a boilerplate called React-Express-Starter and uses React Router, Webpack, HMR, PostCSS & Express. This project also uses a boilerplate CSS theme for bootstrap known as Paper Kit Pro 2.

Development

npm install
npm start

This will start an express app at http://localhost:8000.

Production Build

npm run build
npm run build:start

This will create a production build and will start a server at http://localhost:8000/

Deployment

Install the Heroku toolbelt.

heroku create myapp
git push heroku master

TODO

  • Set up a server to fix the refresh page issue (see this Stack Overflow question for more information)
  • Write responsive css for mobile usage
  • Deal w/ security of API keys (and get new API keys...)

Project Built with

Authors

License

This project is licensed under the MIT License - see the LICENSE. file for details


Boilerplate starter created by bharanim @bharani91

screen shot 2017-11-13 at 2 20 24 pm

screen shot 2017-11-13 at 2 21 22 pm