Client: Tailwindcss
Server: Ruby on Rails 7
- Authentication
- Authorization
- Languages (EN ES)
- Pagination
- Hotwire
- Mailers
- Jobs
- Specs
- Components
- API Integration
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
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
bundle lock --add-platform x86_64-linux
Rails app generated with minimal