Skip to content

setrsoft/setrsoft_app

Repository files navigation

setrsoft logo

CI Status Discord GitHub release

Welcome

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.

Installation instructions

Clone the repo and run

# The first run can take some time
cp .env.example .env
docker compose up

This 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

Project layout

  • 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

About

Web based software for climbing industry. To manage holds stock and virtually create 3D boulders.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors