https://github.com/zapix/echo-server
https://github.com/zapix/echo-server
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zapix/echo-server
- Owner: Zapix
- Created: 2021-07-10T06:58:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T19:24:45.000Z (about 4 years ago)
- Last Synced: 2025-01-10T00:15:22.968Z (9 months ago)
- Language: JavaScript
- Size: 365 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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`