Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T23:35:52.000Z (3 months ago)
- Last Synced: 2024-10-23T05:01:44.350Z (2 months ago)
- Topics: goat, reselling, shoes, sneakerbot, stockx
- Language: Go
- Homepage: https://stockx-gif.fyko.net
- Size: 7.03 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
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:
[![Deploy with Vercel](https://vercel.com/button)](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