valen| Overview |
| Local |
| Server |
Valen is a distributed version control platform I built over the span of a few months. It was my capstone project for a self-led independent study at my university.
Valen can be run locally with the provided docker-compose.yml file.
Docker handles dependencies when running with docker-compose, all that's necessary is to create an .env file in ./django/backend/
#.env
secret_key=your-secret-key
database_url=postgresql://your-postgres-db/
While developing this project, I used supabase with an ipv4 pooler. They provide a free tier which should suffice for self-hosting. Otherwise, any other PostreSQL database will work fine.
See prod/main