Skip to content

A demo e-commerce application inspired by Amazon.com's website & user functionality. Users can sign up for a buyer or seller account to create new products, add products to their cart, and rate, review, & comment on products or other user profiles.

Notifications You must be signed in to change notification settings

jomapormentilla/jomazon-prime

Repository files navigation

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.

About

A demo e-commerce application inspired by Amazon.com's website & user functionality. Users can sign up for a buyer or seller account to create new products, add products to their cart, and rate, review, & comment on products or other user profiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published