Phase Three Project for Flatiron School's Software Engineering Bootcamp Program. This application allows a user to
- create a Buyer or Seller account
- create and sell Products
- add items to their Cart
- make purchases
- review and rate Products
- upload images for User profile or Product image
Clone this repository into your developer environment, then install the required Ruby Gems using the following command:
bundle install
In order to populate the database with information, you'll need to first run the migration files, then seed the database using the following commands:
rails db:migrate
rails db:seed
This application uses Rails to run a local server. Type the following in your terminal:
rails s
With the server running, open up your favorite web browser and navigate to the following URL:
http://localhost:3000/
Sign up for an account on the Sign Up page, and you're all set to explore Hogwarts Social Network.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Here's a link to this project hosted on Heroku - Jomazon
You can read about my experience developing this application on my blog post.
Click here for a video walkthrough of this application.
This Ruby on Rails project is available as open source under the terms of the MIT License.