Skip to content

titan2gman/rails-ecommerce

Repository files navigation

E-commerce solution based on Ruby on Rails 7

Tech Stack

  • Ruby 3.x
  • Ruby on Rails 7.x
  • PostgreSQL 9.5
  • Esbuild
  • Twitter Bootstrap 5
  • Stripe
  • Gem:
    • devise | Authentication
    • pg | PostgreSQL library for Ruby

Installation

Requirements

Before you get started, the following needs to be installed:

  • Ruby. Version 3.1.0 is currently used and we don't guarantee everything works with other versions. If you need multiple versions of Ruby, rbenv is recommended.
  • RubyGems
  • Bundler: gem install bundler
  • Git
  • A database. Only PostgreSQL 9.5 has been tested, so we give no guarantees that other databases (e.g. MySQL) work. If you're using OS X and have Homebrew installed, install it with brew install postgresql

Setting up the development environment

  1. Get the code. Clone this git repository:
git clone https://github.com/titan2gman/rails-ecommerce.git
cd rails-ecommerce
  1. Install the required gems by running the following command in the project root directory:
bundle install
  1. Setup the database:
bundle exec rails db:setup
  1. Start the development server:
bin/dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published