A minimal anime info website using the Jikan API
Run
yarn
on /anidex_frontend
Run go get .
on /anidex_backend
Run yarn dev
in /anidex_frontend to start the development server for React
Run go run cmd/anidex/main.go
in /anidex_backend to start the Gin server