Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 467 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 467 Bytes

Communicator REST API

Short description

This is application providing REST API for anonymous internet communicator.

Instructions

To run this app you have to provide PostgreSQL database to store data. Database url, username and login should be defined in system properties (as JDBC_DATABASE_URL, JDBC_DATABASE_USERNAME, JDBC_DATABASE_PASSWORD) on server running this app.

Frontend

GitHub repository