This is simple example for mtpylon backend and zagram frontend
To start backend you need use python 3.9
- Go to
backend
dircd backend/
- Setup requirements
pip install -r requirements.txt
- Run web application
python web.py
To start frontend part you need node v12.13.0
- Go to
frontend
dircd frontend/
- Setup dependencies
npm install
- Start app
npm start