https://github.com/wanjinyoo/jungle
A mini e-commerce application built with Rails 4.2
https://github.com/wanjinyoo/jungle
mvc rails4 ruby stripe
Last synced: 5 months ago
JSON representation
A mini e-commerce application built with Rails 4.2
- Host: GitHub
- URL: https://github.com/wanjinyoo/jungle
- Owner: WanjinYoo
- Created: 2021-01-06T09:45:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T03:59:14.000Z (over 3 years ago)
- Last Synced: 2025-11-17T03:27:35.216Z (8 months ago)
- Topics: mvc, rails4, ruby, stripe
- Language: Ruby
- Homepage:
- Size: 3.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jungle
A mini e-commerce application built with Rails 4.2 for purposes of teaching Rails by example.
## Setup
1. Run `bundle install` to install dependencies
2. Create `config/database.yml` by copying `config/database.example.yml`
3. Create `config/secrets.yml` by copying `config/secrets.example.yml`
4. Run `bin/rake db:reset` to create, load and seed db
5. Create .env file based on .env.example
6. Sign up for a Stripe account
7. Put Stripe (test) keys into appropriate .env vars
8. Run `bin/rails s -b 0.0.0.0` to start the server
## Stripe Testing
Use Credit Card # 4111 1111 1111 1111 for testing success scenarios.
More information in their docs:
## Final Product
**Admin**

**Apparel**

**Dashboard**

**Mycart**

**Products**

**Stripe**

## Dependencies
* Rails 4.2 [Rails Guide](http://guides.rubyonrails.org/v4.2/)
* PostgreSQL 9.x
* Stripe