https://github.com/ilyasmirnov03/terrahub
Webapp to view, filter and track collection of Terraria items.
https://github.com/ilyasmirnov03/terrahub
terraria webapp
Last synced: 4 days ago
JSON representation
Webapp to view, filter and track collection of Terraria items.
- Host: GitHub
- URL: https://github.com/ilyasmirnov03/terrahub
- Owner: ilyasmirnov03
- Created: 2024-01-27T12:31:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-04T22:01:48.000Z (8 months ago)
- Last Synced: 2025-11-05T00:07:25.334Z (8 months ago)
- Topics: terraria, webapp
- Language: TypeScript
- Homepage: https://terrahub.me
- Size: 3.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TerraHub web app
TerraHub is a web application that helps view, filter and track collection of items in the video-game Terraria.
## Technical breakdown
The app is powered by Angular for the client side and a NestJS API RESTful API.
Items are stored in a MongoDB database.
The client communicates with the server in an nginx reverse proxy context.
It is deployed using docker containers.