/post-sharing-be

Spring Boot Server Sent Events and MongoDB Project

Primary LanguageJava

Post Sharing with Push Notifs - Backend

Used Technologies

WebFlux:

MongoDB

How to run

  git clone https://github.com/gurkanucar/post-sharing-be
  cd post-sharing-be

create jar

  mvn clean install -DskipTests

build docker-compose

  docker-compose build --no-cache

run docker-compose

  docker-compose up --force-recreate

Postman Collection:

https://github.com/gurkanucar/post-sharing-be/blob/master/post_share.postman_collection.json

Example Images

example

Example Video:

https://www.youtube.com/watch?v=mqDtfS2quto

Frontend:

https://github.com/gurkanucar/post-sharing-fe