RETROspective is a mock e-commerce site offering hundreds of retro videogames for SNES, NES, Sega, Gameboy, and Playstation.
RETROspective is built with NodeJS, Express, Postgres, Sequelize, React, Redux, and React-Bootstrap.
Use the package manager to install dependencies:
npm install
If sample data is necessary, seed the database:
npm run seed
You can run the site locally using npm run start-dev
.
If you want to run the server and/or webpack
separately, you can also
npm run start-server
and npm run build-client
.
RETROspective is deployed on heroku at: