Simple service to monitor how many people are on 6obcy at selected time
backend: go (server in fiber and scraper)
frontend: solidjs
If you are running this project locally you should set variables in .env.example file, otherwise defaults would be loaded which are fine for testing most of the time
If you are running on docker all variables are set in docker-compose.yml
To run backend type following commands
cd server
go mod download
go run cmd/scraper/main.go
To run backend type following commands
cd server
go mod download
go run main.go
cd client
pnpm install
pnpm run dev
To start this project on docker just run
docker-compose up --build
Note that you should have go and node with corepack enabled