Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 568 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 568 Bytes

Spring-Social

A Social networking like app with features like Friends, Follow others, Chat with friends, Posting, Create / Follow Pages, etc


Deployment

  1. Clone the repository.

    git clone https://github.com/porcelainruler/Spring-Social.git

  2. Install maven dependencies.

    mvn validate

    mvn clean install

  3. Run the project in local environment.

    mvn spring-boot:run

  4. Access the APIs through swagger url. Navigate / open url http://localhost:8080/swagger-ui/index.html#/ in browser.


Project Screenshots