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

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.

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.