An app that serves near real-time auctions with in-game Auctioneer data.
Live: https://classic-ah.com
This is roughly based on the early stage diagram below. Some things have changed since the inception (no pun intended ^^) but it is still mostly the same. The biggest change would be the separation of the API and front-end resources. The front-end is now served from a CDN via SSR (Server-side rendering). Another change is that a RDBMS is used for historical marketprice trends.
Note: The API server is located in a different repository, which is required to fetch auction items and graph data. On develop/staging, the API server should run on port 8080.
npm install
to pull all dependenciesnpm run develop
orgatsby develop
- Go to your browser page at http://localhost:8000
npm install
to pull all dependenciesnpm run staging
- Go to your browser page at http://localhost:9000