An open API service indexing awesome lists of open source software.

https://github.com/redjinator/ecommstore

A practice project for me to familiarize myself with Ruby on Rails and hotwire. It will be a re-build of an existing website I made with Next.js and React.
https://github.com/redjinator/ecommstore

hotwire rails7 ruby

Last synced: 6 months ago
JSON representation

A practice project for me to familiarize myself with Ruby on Rails and hotwire. It will be a re-build of an existing website I made with Next.js and React.

Awesome Lists containing this project

README

          

# ecommstore
This is an e-commerce platform that is a practice project aimed at rebuilding an online shopping experience I previously created for my oldest daughter to try and sell her artwork.
This file

## Getting Started
This project is built using Ruby on Rails. To get this application up and running on your system, ensure you have Ruby installed.

### Prerequisites
- Ruby (3.2.3)
- Rails (7.1.3)
- PostgreSQL for the database

---
NOTE: Below instructions are generic rails project info, I will update as I move forward with the project.

### Installation
1. Clone the repository to your local machine.
2. Run `bundle install` to install the required Ruby gems.
3. Setup your database with `rails db:create` and `rails db:migrate`.

## Running the Application
- To start the server, execute `rails server`.
- Access the application by navigating to `http://localhost:3000`.

## Contributing
Contributions are welcome! Feel free to fork the repository and submit pull requests with your enhancements.

## License
This project is open-sourced under the MIT License. For more details, see the LICENSE file in the repository.