An open API service indexing awesome lists of open source software.

https://github.com/zapix/echo-server


https://github.com/zapix/echo-server

Last synced: 7 months ago
JSON representation

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`