Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        





stockx-gif icon





Go version
Dependencies
Sponsors


# 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