mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
Update README.md
This commit is contained in:
parent
20bea9c067
commit
467f45b0c8
67
README.md
67
README.md
|
@ -1,5 +1,6 @@
|
||||||
# ConceptPortal
|
# 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
|
# Developer Setup Notes
|
||||||
|
@ -9,8 +10,66 @@ React + Django based web portal for editing RSForm schemas
|
||||||
- run 'npm install' in rsconcept\frontend
|
- run 'npm install' in rsconcept\frontend
|
||||||
- use VSCode configs in root folder to start developement
|
- use VSCode configs in root folder to start developement
|
||||||
|
|
||||||
|
# Frontend stack & Tooling [Vite + React]
|
||||||
|
<details>
|
||||||
|
<summary>npm install</summary>
|
||||||
|
<pre>
|
||||||
|
- 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
|
||||||
|
</pre>
|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>npm install -D</summary>
|
||||||
|
<pre>
|
||||||
|
- tailwindcss postcss autoprefixer
|
||||||
|
- eslint-plugin-simple-import-sort
|
||||||
|
</pre>
|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>VS Code plugins</summary>
|
||||||
|
<pre>
|
||||||
|
- ESLint
|
||||||
|
-
|
||||||
|
</pre>
|
||||||
|
</details>
|
||||||
|
|
||||||
# This project was made possible because of these incredible projects and tools
|
# Backend stack & Tooling [Django + PostgreSQL/SQLite]
|
||||||
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.
|
- [ConceptCore](https://github.com/IRBorisov/ConceptCore)
|
||||||
|
<details>
|
||||||
|
<summary>requirements</summary>
|
||||||
|
<pre>
|
||||||
|
- tzdata
|
||||||
|
- django
|
||||||
|
- djangorestframework
|
||||||
|
- django-cors-headers
|
||||||
|
- django-filter
|
||||||
|
- gunicorn
|
||||||
|
- coreapi
|
||||||
|
- psycopg2-binary
|
||||||
|
</pre>
|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>requirements_dev</summary>
|
||||||
|
<pre>
|
||||||
|
- coverage
|
||||||
|
</pre>
|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>VS Code plugins</summary>
|
||||||
|
<pre>
|
||||||
|
-
|
||||||
|
-
|
||||||
|
</pre>
|
||||||
|
</details>
|
||||||
|
|
||||||
- TODO
|
# DevOps
|
||||||
|
- Docker compose
|
||||||
|
- PowerShell
|
||||||
|
|
Loading…
Reference in New Issue
Block a user