/ecomm

This is an ecommerce website for onisa designs, It is built using Ruby on Rails and TailwindCSS

Primary LanguageRuby

The official Ecommerce Website for Onisa designs

This is the official Ecommerse Website built with Ruby on Rails. It is a website that allows users to view the products, add them to the cart, and make a purchase

Link

``

``

Video link

ERD

Cloning the project

git clone https://github.com/ger619/ecomm.git

- cd ecomm

- ./bin/dev

Built with

  • Ruby 3.1.2 on Rails 7.1.3.4
  • PostgreSQL

Prerequisites

Vscode or RubyMine Setup

Install

Ruby
Rails
PostgreSql
Tailwindcss

Development Database

# Sign into posgresql
su - postgres

# Create user
create user 'user_name' with encrypted password 'mypassword'

# Load the schema
rails db:schema:load

#----- If you want prefer this approach
# Create the database
rake db:create

# Create database Migration
rails db:migrate

Run

bundle install

./bin/dev

Run tests

bundle install
rspec

Authors

👤 AbolGer

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Design

Original design idea by on Behance.

The Creative Commons license of the design requires that you give appropriate credit to the author.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.