This is a remake of the reviews module of Etsy's item page for Hack Reactor's Front End Capstone Project.
Technologies used:
- Node.js
- React
- Express
- MySQL
First copy the .envsample file in the root folder and rename it to .env. Replace MYSQL_USERNAME and MYSQL_PASSWORD with your credentials.
For database seeding run: npm run db:setup.
For Express server run: npm start.
For Webpack run: npm run react-dev.


