Skip to content

sai9615/Automobile_Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Description:

  • A RESTful web application that read's vehicles sensor data and gives user the ability to perform CRUD operations and trigger alerts based on the readings received from the sensor. If the readings from the sensor of a vehicle crosses it's permissible limit then alerts are triggered and are stored in the database.
  • MongoDB, a NoSQL Database has been used to store the vehicle data, sensor readings and alerts triggered by every vehicle.End points to fetch, create, update and delete the details of the vehicle, it's sensor data and the alerts triggered by vehicle have been created.
  • The application has been developed using Spring and Spring Boot along with Maven as the dependency manager. SwaggerUI is being used to visualize, interact and test the API requests generated by the application.

To run the application:

  • open the application in IntelliJ, download all the dependencies and run the app.java file.
  • Then go to the following URL to see the application in action: localhost:8080/swagger-ui.html#/

Releases

No releases published

Packages

No packages published

Languages