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.
- Host: GitHub
- URL: https://github.com/redjinator/ecommstore
- Owner: Redjinator
- Created: 2024-02-20T01:15:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T03:56:40.000Z (over 2 years ago)
- Last Synced: 2025-02-13T12:30:35.488Z (over 1 year ago)
- Topics: hotwire, rails7, ruby
- Language: Ruby
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.