A Social networking like app with features like Friends, Follow others, Chat with friends, Posting, Create / Follow Pages, etc
-
Clone the repository.
git clone https://github.com/porcelainruler/Spring-Social.git -
Install maven dependencies.
mvn validatemvn clean install -
Run the project in local environment.
mvn spring-boot:run -
Access the APIs through swagger url. Navigate / open url http://localhost:8080/swagger-ui/index.html#/ in browser.