Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.61 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.61 KB

##Web Service for AugmentedReality

#####Technologies used:

  • Language: Java
  • Framework: Struts2
  • DB: MongoDB
  • Service type: RESTful(Jersey implementation)

WAR file present in dist folder(for deployment)

#####Database structure:

  • DB name: AugReality
  • Collections: login, devices
  • Description:
    • login - Collection holds login credentials(username and password) of users
    • device - Collection holds a document for every user. Each document has an array of device details.

#####MongoDB setup:

  • Install MongoDB
  • Default port: 27017
  • Run MongoDB instance(mongod.exe)
  • Use MongoShell(mongo.exe) or RoboMongo tool
  • MongoDB documentation

#####Web Service Methods:

#####About Struts framework: