Water Management System is an online application which gives information about water supply area wise and city wise, user can find the details and send feedback about supply duration, pressure and quality of water. The API also provide real-time information about projects, water awareness.
- Admin
- Employee
- User
- Java (Programming Language)
- Spring Boot (Application Platform)
- Spring Data JPA (Data persistence)
- Hibernate (object–relational mapping tool)
- MySql (Database)
This is API using MySql database. This is done automatically generated using hibernate.
class diagram:
The source code can be checked out to your local and then build and run the application either from your IDE after importing to it as a maven project, or just from a command line.
Follow these steps for the command-line option:
- Java 8
- Maven 3
- Git
git clone https://github.com/manideep03/Water-Management-System-API.git
mvn clean install
mvn spring-boot:run
API is running on localhost:8080