Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 591 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 591 Bytes

Communicator Frontend

Short description

This is frontend that uses REST API for anonymous internet communicator.

Instructions

To run this app you need access to service providing REST API - frontend is just presentation layer for this API. Link to GitHub repository with source code of application providing such API you can find below.

If you want to run both apps (backend and frontend) on one machine you have to make sure that both apps use different ports. Default port for both apps is 8080.

Backend

GitHub repository