This repository represents API for reddit-clone application.
It's written in Java with help of the Spring framework and currently hostend on Heroku for testing purposes. https://rest-reddit-clone.herokuapp.com
Initial request can take up to 20 seconds to load due to free instance Heroku server.
API covers most needs one social-network application can have. Such as authentication & authorization, CRUD operations for every entity app have (posts,comments,users,votes...).
API also uses Web Sockets for simple chat system to cover user's comunication.
Full custom documentation for the API is hosted as well as swagger one: https://rest-reddit-clone.herokuapp.com/api/auth/documentation