Apartment Management System
Steps to install AMS
-
Clone project or Download Zip file.
-
Run mvn install
-
Go to ApartmentManagementSystem\target and run the following command java -jar ams-0.0.1-SNAPSHOT.jar
-
Open a postman collections and do a post operation with following data
{ "id": 2, "manager": "Venkat", "email": "venkat@gmail.com", "phone": "880134166", "aptName": "Sai Hills", "aptAddress": "Address", "aptPin": "12345", "password": "venkat@123"
}