Ecommerce_app_ruby is a fully functional e-commerce web application built with Ruby on Rails, offering features like user authentication, product management, shopping cart, and payment integration, designed for a smooth and responsive online shopping experience.
A full-featured e-commerce web application built with Ruby on Rails, designed to provide a seamless online shopping experience.
Clone the repository:
git clone https://github.com/Shubhamdev9229/Ecommerce_app_ruby.git
cd Ecommerce_app_ruby
Install dependencies:
bundle install
yarn install
Set up the database:
rails db:create
rails db:migrate
rails db:seed
Start the Rails server:
rails server
Visit http://localhost:3000
in your browser to access the application.
This application includes a Dockerfile
and render.yaml
for deployment on platforms like Render.
Build the Docker image:
docker build -t ecommerce_app .
Run the Docker container:
docker run -p 3000:3000 ecommerce_app
Ensure you have a Render account and follow their documentation to deploy using the provided render.yaml
configuration.
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.