The repository for the frontend can be found here: https://github.com/colesayer/sock_dev_frontend.
Description
My Life Socks is a product customization and visualization tool utilizing the power of WebGL. It is being built for my friend's sock company in North Carolina. Eventually, it will be a tool on their product's web site.
In its current state, a user can choose a sock construction (crew and extended crew for now), pick the heel, toe, and top band colors, choose a pre-made design or upload a design of their own, and choose the type of knit. The app updates the 3d model in real time, giving the user a photo-realistic-ish 3d representation of the sock they're creating. Many new features will be added soon.
Built with
- Ruby on Rails
- Images stored on Cloudinary
How to Run
- Clone the repo
- Change to the cloned directory from your terminal
- Run 'bundle install'
- Make sure PostgreSQL is installed and running.
- Run 'rake db:create' and 'rake db:migrate'
- Run 'rails s'. The api will run on http://localhost:3000/ by default
- Go to the My Life Socks Frontend to complete the steps.
from https://github.com/colesayer/my_life_socks_backend
No comments:
Post a Comment