https://github.com/fyko/stockx-gif
an application for creating gifs from stockx 360 product images
https://github.com/fyko/stockx-gif
goat reselling shoes sneakerbot stockx
Last synced: about 1 month ago
JSON representation
an application for creating gifs from stockx 360 product images
- Host: GitHub
- URL: https://github.com/fyko/stockx-gif
- Owner: Fyko
- License: mit
- Created: 2021-03-25T02:28:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T08:24:10.000Z (4 months ago)
- Last Synced: 2025-03-30T08:25:36.686Z (2 months ago)
- Topics: goat, reselling, shoes, sneakerbot, stockx
- Language: Go
- Homepage: https://stockx-gif.fyko.net
- Size: 7.25 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# About
StockX GIF is a web service for generating GIFs of StockX products which have [360 degree images](https://stockx.com/news/360-degree-images-are-live/).
The API is written in [Go](https://golang.org) and uses [Go Fiber](https://gofiber.io) for routing.
The front-end is written in [React](https://reactjs.org/) and uses [Next.js](https://nextjs.org/).# Deployment
## Deploying backend
Deploying the backend is as simple as cloning the project and running `docker-compose up -d`.
I would **not** reccomend hosting on Heroku as performance suffers.
## Deploying frontend
You can deploy the frontend to Vercel by clicking the button below:
[](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2FFyko%2Fstockx-gif-next%2Ftree%2Fmain%2Fweb&env=NODE_ENV,API_URL)Ensure you set the following environment variables:
* `NODE_ENV` should be `production`
* `API_URL` should be the URL to where the API is running