Skip to content

abby-anderson/flatiron-marketplace-backend

 
 

Repository files navigation

Flatiron Marketplace

This is a straightforward marketplace website where users can post and delete items they’d like to sell as well as leave reviews on other items.

Architecture

This project was built with React.js on the frontend and Ruby, Sinatra, and Active Record on the backend. It was designed and developed through a fun collaborative process between myself, Sean Li, and Gabriel George, during our time at Flatiron School.

Set up

To get this up and running in the backend, run:

bundle install

rake db:reset (which will drop, migrate, and then re-seed the database)

rake server

Link to the frontend repo:

https://github.com/abby-anderson/flatiron-marketplace-frontend

Note: Since the backend and frontend are in different repositories for this project, you'll have to cd into the frontend project folder before moving forward with starting the react app. Once there, run:

npm install

npm start

And you're ready to get shopping!

Demo

To watch the brief 2-minute demo of this project, please follow this link to my Youtube video: https://youtu.be/MG1mwIdrn0Y

Final note

Please note that this is a work in progress! I will continue adding and improving features as I level up my skills. Feel free to share any comments or suggestions with me!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%