Skip to content

Web Service for an application playing around with details of various devices of a client from multiple locations

Notifications You must be signed in to change notification settings

deep11194g/ARService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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:

About

Web Service for an application playing around with details of various devices of a client from multiple locations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages