Social network backend app for publishing post anonymously and let it be commented,and get reactions from geographycally nearest people.
Project built on top of Spring-boot techno stack.
How to Contribute
Clone the project
Open in intellij IDEA (we recommend this but ou can use others)
Develop and do pull requests
Run the app on local machine
mvn spring-boot:run -Dspring-boot.run.profiles=<>
<> = dev,test,...
Exposed APIs: navigate to: http://localhost:9000/swagger-ui.html
**Run the app on a Docker VM **
**Run the app on a Docker Swarm **
Other techno used:
Hibernate for ORM, Mysql for the DB.
Swagger for API management and documentation.