In the project directory, you can run:
Live demo http://ivision.natlex.team
If you want to run server not in Docker env then you need to have backend and fronted as separated processes.
1. Redis the latest version
2. Python 3.7.9
To install dependencies please run pip install -r requirements.txt
in back directory.
For start server complete the following command: python main.py
1. NodeJS
To install dependencies please run npm install
in front directory
For start frontend application please run npm start
in front directory