Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 452 Bytes

File metadata and controls

23 lines (15 loc) · 452 Bytes

Echo Server

This is simple example for mtpylon backend and zagram frontend

Backend

To start backend you need use python 3.9

  1. Go to backend dir cd backend/
  2. Setup requirements pip install -r requirements.txt
  3. Run web application python web.py

Fronted

To start frontend part you need node v12.13.0

  1. Go to frontend dir cd frontend/
  2. Setup dependencies npm install
  3. Start app npm start