ConceptPortal-public/README.md
2023-08-10 18:25:46 +03:00

1.8 KiB

ConceptPortal

React + Django based web portal for editing RSForm schemas. This readme file is used mostly to document project dependencies

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
  • production: create secrets secrets\db_password.txt and django_key.txt
  • production: provide TLS certificate nginx\cert\portal-cert.pem and nginx\cert\portal-key.pem

Frontend stack & Tooling [Vite + React + Typescript]

npm install
  - axios
  - react-router-dom 
  - react-toastify
  - react-loader-spinner
  - js-file-download
  - react-tabs
  - react-intl
  - react-data-table-component
  - react-dropdown-select
  - react-error-boundary
  - reagraph
  - react-tooltip
  - @uiw/react-codemirror
  - @uiw/codemirror-themes
  
npm install -D
  - tailwindcss postcss autoprefixer
  - eslint-plugin-simple-import-sort
  - jest
  - ts-jest
  - @types/jest
  
VS Code plugins
  - ESLint
  - 
  

Backend stack & Tooling [Django + PostgreSQL/SQLite]

requirements
  - tzdata
  - django
  - djangorestframework
  - django-cors-headers
  - django-filter
  - gunicorn
  - coreapi
  - psycopg2-binary
  
requirements_dev
  - coverage
  
VS Code plugins
  - 
  - 
  

DevOps

  • Docker compose
  • PowerShell