Skip to content

Paranormal stories collected from local UK news outlets

Notifications You must be signed in to change notification settings

r-rayns/spooky_kingdom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spooky_kingdom

Paranormal stories collected from local UK news outlets

Stories are crawled by spooky_crawler and passed to spooky_kingdom via an API call.

build

  1. Build the UI
  cd ui
  npm run build
  1. Compile Go

(From the root directory)

  go build -o spooky_kingdom main.go

.env 📔

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=""

About

Paranormal stories collected from local UK news outlets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published