A web-app that that provides quality of experience to end-users.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This project was a part of my MSc thesis in the Iran University of Science and Technology. In a smart city, city service providers such as banks, restaurants, landromats, etc., are equiped with instruments that allow them to provide services to the customers in a smart manner. An example of such equipment would be Internet of Things (IoT) sensors that measure the air quality, number of visitors, and humidity in a city service provider. The back-end of this project consumes the API provided by smart city service providers and acquires the quality data. Then, the server calculates a utility associated with each service provider and saves it in the MySQL database. The back-end server receives a customer request that includes a source location, a destination location, and a number of requested city services. In other words, a user is located at a location A and intends to go to a location B while visiting a few city services along the way. The server queries the database and calculates a solution that includes a near-optimal order of specific service providers as well as the fastest path to commute the whole journey [1].
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/arshiahsn/simple_api.git
- Install Maven packages
./mvnw clean install
./mvnw run
"/registernode",method=POST
"/scheduleservices",method=POST
"/getallnodes",method=GET
"/deletenode/{id}",method=DELETE
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Your Name - @400_bad_req - [email protected]
Project Link: https://github.com/arshiahsn/simple_api