A simple social media platform written in Rust/Axum and Solid.js.
- User registration
- User login
- User avatar upload
- User profile
- Post creation
- Likes/dislikes post
export POSTGRES_URL="postgres://demo:demo@localhost:5432/vdeniske"
export POSTGRES_URL="$DATABASE_URL?sslmode=disable"
export MODE=DEV
dbmate up
cargo run