Logo

Meow Wars

Explore the docs »
View Demo

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact
  4. Acknowledgments

About The Project

LogoLogoLogo

This is an e-commerce site for buy some funny kitten pics.
You can :

  • Buy a product with a quantity
  • Comment a product
  • Like a product
  • Have an admin (email:tppk@love // pwd:tepepeka)

(back to top)

Built With

  • Bootstrap
  • Rails

(back to top)

Getting Started

Prerequisites

To use this software you need :

  • RVM
  gpg2 --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
  • Ruby
  curl -sSL https://get.rvm.io | bash -s stable
  • Rails
  gem install rails

Installation

  1. Get some free API Keys at :
  1. Clone the repo
 git clone https://github.com/Tepepeka/meow_wars.git
  1. Bundle install
bundle install
  1. Create database (PostgreSQL)
rails db:create
  1. Migrate database
rails db:migrate
  1. Seed database (PostgreSQL)
rails db:seed
  1. Save yours api keys in .ENV
# Sendgrid
SENDGRID_LOGIN = "your sendgrid login"
SENDGRID_PWD = "your sendgrid pwd"

# Stripe
PUBLISHABLE_KEY = your stripe publishable key
SECRET_KEY =  your stripe secret key

# OAuth Google
google_oauth2_client_id = "your google client id"
google_oauth2_client_secret = "your google client secret"
  1. Rails server
rails server

(back to top)

Contact

Contact : tepepeka@protonmail.com

Project Link : https://tppk-shop.herokuapp.com

(back to top)

Acknowledgments

(back to top)