Skip to content

marcopeocchi/rarbg.reloaded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RarBG.reloaded

Requirements

  • RarBG sqlite dump (magnet link publicly available) (I will not provide any link)
  • Redis server
  • Go 1.20

Build

# backend
go build -o rarbg-api cmd/api/main.go

REDIS_ADDR=localhost \
REDIS_PASS=superpassword \
REDIS_DB=0 \
./rarbg-api

# frotnend
cd web
pnpm install
pnpm build
pnpm start

Technologies used

Backend

  • Go
  • Gorm
  • SQLite

Frontend

  • Next.js
  • TypeScript

About

Performant fullstack solution for rarbg

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published