Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.73 KB

README.md

File metadata and controls

48 lines (40 loc) · 1.73 KB

Jomazon Prime

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

Requirements

Ruby

Installation

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

Usage

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.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Heroku App Demo

Here's a link to this project hosted on Heroku - Jomazon

Check out my blog post

You can read about my experience developing this application on my blog post.

Video Walkthrough

Click here for a video walkthrough of this application.

License

This Ruby on Rails project is available as open source under the terms of the MIT License.