Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1002 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 1002 Bytes

9o3o

https://ooooooooo.ooo/

This is an experimental web frontend for the Flashpoint Archive. It utilizes open-source players such as Ruffle and X_ITE, while offering the full extent of Flashpoint's redirection and URL spoofing capabilities in the browser.

Setup API Locally

Prerequisites

  • Go (should be added to PATH)
  • MinGW-w64 (bin folder should be added to PATH)
  • flashpoint.sqlite (place inside backend folder or define path in config.json)

Instructions

  1. go run main.go, no magic here.

Alternatively:

  1. Download the source code
  2. Open the Command Prompt in the backend folder
  3. Use the command go build to start compiling the executable
  4. Once finished, open the executable within the Command Prompt using the command backend.exe

The API will now be served from http://127.0.0.1:8985.