Публичная версия Portal
Go to file
2023-07-21 18:44:14 +03:00
.vscode Initial commit 2023-07-15 17:46:19 +03:00
nginx Initial commit 2023-07-15 17:46:19 +03:00
postgresql Initial commit 2023-07-15 17:46:19 +03:00
rsconcept Refactor UI styling and implement text editing buttons 2023-07-21 18:44:14 +03:00
.dockerignore Initial commit 2023-07-15 17:46:19 +03:00
.gitignore Initial commit 2023-07-15 17:46:19 +03:00
docker-compose.yml Initial commit 2023-07-15 17:46:19 +03:00
LICENSE Add license / readme prototypes 2023-07-15 17:55:28 +03:00
README.md Update README.md 2023-07-15 18:00:20 +03:00
TODO.txt Initial commit 2023-07-15 17:46:19 +03:00

ConceptPortal

React + Django based web portal for editing RSForm schemas

Developer Setup Notes

  • Install Python 3.9, NodeJS, VSCode
  • copy import wheels from ConceptCore to rsconcept\backend\import
  • run rsconcept\backend\LocalEnvSetup.ps1
  • run 'npm install' in rsconcept\frontend
  • use VSCode configs in root folder to start developement

This project was made possible because of these incredible projects and tools

This project is based on multiple projects and works listed below. If you notice any problems with licensing or missing acknowledgements please inform repository maintainer.

  • TODO