Skip to content

The e-commerce store pet project on Rails + PostgreSQL /Tailwind/Stimulus.

License

Notifications You must be signed in to change notification settings

heroisaprinciple/ecommerceshop

Repository files navigation

'Always Reasonable' online shop offers a range of products with reasonable prices.

Stack: Rails + Postgres, Tailwind CSS, Stimulus.js. Tests are written using RSpec, Factory Bot & Shoulda Matchers. Payment is made using Stripe API.

The DB Schema:

schema

The Model Association Schema:

models

How to run application:

  1. Clone a repository.

  2. Go to the project and enter there bundle install to install all gems (packages) needed for the application.

  3. rails db:create to create a db.

  4. rails db:migrate to run migrations.

  5. Run rails db:seed to populate your database with necessary info.

  6. Run rails s in one terminal.

Good. Let's go.

About

The e-commerce store pet project on Rails + PostgreSQL /Tailwind/Stimulus.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages