/snap-image

📷 An image loader to share snap images, share the exciting moment via SNS!

Primary LanguageJavaScript

SnapImage

What if you can share your favorite images only for 30 seconds? SnapImage is an image loader with no caching, anyone can upload any images and share them via sns BUT those images will be gone in 30 seconds. Have fun with the exciting moment!

2018-01-27 17 35 59

Getting Started

1. Installing

git clone https://github.com/kumiko-haraguchi/snap-image.git
cd snap-image
yarn install

2. Running Redis Server(Redis is required)

redis-server

3. Running Dev & API Servers

yarn client
yarn server

=> You'll see the app on http://localhost:3000! 💃

Built With

  • React - Frontend
  • Redux - State Management
  • Express - Backend
  • Redis - Database
  • Knex - Query Builder
  • Yarn - Dependency Management
  • Heroku - Continuous Integration / Continuous Deployment