https://github.com/we-be/vibecheckr
Backend and algorithm for we-be/vibe-chuck
https://github.com/we-be/vibecheckr
Last synced: 5 months ago
JSON representation
Backend and algorithm for we-be/vibe-chuck
- Host: GitHub
- URL: https://github.com/we-be/vibecheckr
- Owner: we-be
- Created: 2024-10-13T02:56:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-13T04:13:17.000Z (about 1 year ago)
- Last Synced: 2025-05-13T05:21:22.224Z (about 1 year ago)
- Language: Go
- Size: 47.9 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vibecheckr
PocketBase backend for [vibe chuck](www.github.com/we-be/vibe-check)
## Overview
vibecheckr is the backend service for the VIBE CHUCK social media app. It provides:
- User authentication
- Image storage
- Post management
- Automated ranking of holiday decoration posts
- Event management
## Getting Started
To start the backend server:
```bash
# Run the server
go run cmd/main.go serve --dev
# Default admin UI is available at http://127.0.0.1:8090/_/
```
The server includes a cron job that recalculates post rankings every 10 minutes.