SetRsoft is an open source community driven software. Test it live on the website http://www.setrsoft.com/
For better understanding the puropose of this project you can have a look to one of those videos.
Feel free to create new Github Issues for new features or signal bugs.
Clone the repo and run
# The first run can take some time
cp .env.example .env
docker compose upThis starts:
| Service | Role | URL / port |
|---|---|---|
db |
PostgreSQL | localhost:5432 |
backend |
Django runserver (reload) |
http://localhost:8000 |
frontend |
Vite dev server (npm run dev in container) |
http://localhost:5173 |
Open the app at http://localhost:5173
-
backend/— Django project (setrsoft), API under/api/ -
frontend/— Vite + React SPA; production image builds static assets and serves them with Nginx -
docker-compose.yml— development -
docker-compose.prod.yml— production