Skip to content

jaczerob/Eras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eras

A full stack web application and launcher daemon for launching and accessing Toontown Rewritten information from the web
⚠️ Not complete, many features not implemented ⚠️ webpage

Stack

  • server
    • Java
    • Spring Boot
    • GraphQL
    • MySQL
  • frontend
    • Typescript
    • Angular
    • Bootstrap
    • GraphQL

How to run from source

Requirements

  • node.js
  • Java 21
  • Maven CLI

Running Eras

  • Clone and cd into repo
  • backend
    • cd server
    • mvn spring-boot:run
  • frontend
    • cd frontend
    • npm install
    • ng serve --open

Releases

No releases published

Packages

No packages published