Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 553 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 553 Bytes

Zilean

Spring 2022 Project Team

  • Rushikesh Pharate
  • Piyush Nalawade
  • Aishwarya Sinhasane

Session Service

Steps to run session service

  • Install MongoDB 5.0 and Install MongoDB compass
  • Create database session-service and collection session
  • Open session-service folder
  • brew install maven
  • mvn -f pom.xml -X clean install
    • It will create .jar file
  • install jdk-17
  • java -jar target/SessionService-0.0.1-SNAPSHOT.jar

Service port

5004

API Documentation

https://documenter.getpostman.com/view/19319161/UVeDuTTk