From 467f45b0c8000e8c3f88fc9fff9329c6bb70db81 Mon Sep 17 00:00:00 2001
From: Ivan <8611739+IRBorisov@users.noreply.github.com>
Date: Thu, 27 Jul 2023 11:24:25 +0300
Subject: [PATCH] Update README.md
---
README.md | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 63 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 25a11fce..2311ad53 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# ConceptPortal
-React + Django based web portal for editing RSForm schemas
+React + Django based web portal for editing RSForm schemas.
+This readme file is used mostly to document project dependencies
# Developer Setup Notes
@@ -9,8 +10,66 @@ React + Django based web portal for editing RSForm schemas
- run 'npm install' in rsconcept\frontend
- use VSCode configs in root folder to start developement
+# Frontend stack & Tooling [Vite + React]
+
+npm install
+
+ - axios
+ - react-router-dom
+ - react-toastify
+ - react-loader-spinner
+ - js-file-download
+ - react-tabs
+ - react-intl
+ - react-data-table-component
+ - react-select
+ - react-error-boundary
+
+
+
+npm install -D
+
+ - tailwindcss postcss autoprefixer
+ - eslint-plugin-simple-import-sort
+
+
+
+VS Code plugins
+
+ - ESLint
+ -
+
+
-# 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.
+# Backend stack & Tooling [Django + PostgreSQL/SQLite]
+- [ConceptCore](https://github.com/IRBorisov/ConceptCore)
+
+requirements
+
+ - tzdata
+ - django
+ - djangorestframework
+ - django-cors-headers
+ - django-filter
+ - gunicorn
+ - coreapi
+ - psycopg2-binary
+
+
+
+requirements_dev
+
+ - coverage
+
+
+
+VS Code plugins
+
+ -
+ -
+
+
-- TODO
+# DevOps
+- Docker compose
+- PowerShell