Skip to content

D-Forz/ecommerce-app

Repository files navigation

Ecommerce App

Tech Stack

Client: Tailwindcss

Server: Ruby on Rails 7

Catecteristics

  • Authentication
  • Authorization
  • Languages (EN ES)
  • Pagination
  • Hotwire
  • Mailers
  • Jobs
  • Specs
  • Components
  • API Integration

Run Locally

Clone the project

  git clone https://github.com/D-Forz/ecommerce-app.git

Go to the project directory

  cd ecommerce-app

Install dependencies

  bundle install

Run the migrations and seeds ( be sure you have the database created)

  rails db:migrate
  rails db:seeds

Start the server

  dev

Running Tests

To run all the tests in local, run the following command

  rails spec 

to run individual specs

  rails spec:components
  rails spec:models
  rails spec:requests
  rails spec:jobs
  rails spec:mailers
  rails spec:services

Production environment

bundle lock --add-platform x86_64-linux

Screenshots

Products

Appendix

Rails app generated with minimal

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks