Skip to content

Latest commit

 

History

History
33 lines (15 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (15 loc) · 1.28 KB

Bazaar - React App with Rails API

Built using React, Bazaar is an e-commerce application that utilizes Redux-Thunk, Material UI, and the Stripe API. This is my final portfolio project as part of the Flatiron School software engineering program.

View Live Site Deployed on Netlify

This project was bootstrapped with Create React App.

Installing

Make sure you have Ruby, Rails, React, and PostgreSQL installed on your device.

Clone the backend repo here and run bundle install.

Create the database and run migrations by running ````rails db:createandrails db:migrate```. Sample products from the Fake Store API will be added to the database after running ```rails db:seed```. Finally, start the server by running ```rails s```.

After cloning this frontend repo, cd into it and run npm install to load necessary dependencies, and npm run to view in your browser.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/djtaylor8/bazaar-frontend.

Authors

License

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