cd to src/zero.web.mvc and run
npm install -g yarn
yarn install
Config connection string to your database in file appsetting.json cd to src/entityframeworkcore and run
dotnet ef database update
cd to src/zero.web.mvc and run
gulp buildDev
cd to src/zero.web.mvc and run
dotnet run
Config connection string to database, connect barie, config card reader, config camera in file app.config and run project after that
Run this cmd in your computer
pip install virtualenv
cd to project folder and run
python -m venv venv
cd venv/Script
Activate.ps1
cd to the folder contain project and run
pip install -r requirements.txt
py app.py