Paranormal stories collected from local UK news outlets
Stories are crawled by spooky_crawler and passed to spooky_kingdom via an API call.
- Build the UI
cd ui
npm run build
- Compile Go
(From the root directory)
go build -o spooky_kingdom main.go
Set in config/config.toml
[postgresql]
# Data source name
dsn="user= password= database= host= port= sslmode="
username=""
password=""
host=""
port=""
[jwt]
secret=""
[admin]
username=""
password=""
[api]
key=""