srinivas-Ramesh/Smart-Shop-Java-Application
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Smart Shop Java Web Application -------------------------------- This project is a web application which implements a simple Restful Architecture. It consists of end point "/items/all" and "items". A Get call to "/items/all" returns all the items that have been posted before. A post call to item with a string body posts the item to the collection of items. This project is a Maven WEB Application Project that needs to be deployed on a server. Working of complete Smart Shopping application ---------------------------------------------- * First write the Arduino program into the microcontroller. * Refer to the documentation in the Smart_shopping_final code for Micro-controller configurations * Deploy this program in a remote server. * Install the android application which calls the end points mentioned in this java application. the end points varies depending on where the application is deployed