Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedhnoor/rails_ecommerce
https://github.com/mohamedhnoor/rails_ecommerce
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohamedhnoor/rails_ecommerce
- Owner: MohamedHNoor
- License: mit
- Created: 2023-12-23T13:18:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-12T15:31:53.000Z (10 months ago)
- Last Synced: 2024-01-13T13:24:54.155Z (10 months ago)
- Language: Ruby
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rails Ecommerce
> Fullstack E-Commerce web application
# Key Features
- Auth
- Admin Product Management System
- Admin dashboard w/Chart.js graph
- User storefront
- Local storage based Cart
- User Checkout w/Stripe## Built With
- Ruby 3.2.2
- Ruby on Rails 7.1.2
- hotwire,
- tailwind CSS
- stripe
- postgresql## Live Demo
[Live Demo Link]()
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
> Ruby version 3.2.2
> Rails version 7.1.2
> Postgresql### Setup
```sh
cd your_desired_folder
git clone https://github.com/MohamedHNoor/rails_ecommerce.git
```### Install
- After cloning type `cd rails_ecommerce`.
- Run `bundle install` to install all gems.### Usage
- Run `rails db:create` to create a new database
- Run `rails db:migrate` to migrate the db and build the schema
- Run `bin/dev` to start the server## Authors
👤 **Mohamed Hassan Noor**
- GitHub: [@MohamedHNoor](https://github.com/MohamedHNoor)
- Twitter: [@MohamedHNoor](https://twitter.com/MohamedHNoor)
- LinkedIn: [@MohamedHNoor](https://www.linkedin.com/in/mohamedhnoor/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/MohamedHNoor/rails_ecommerce/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./LICENSE) licensed.