Content of Repository
- UML - Folder contains all the UML diagrams.
- Postman SS - Folder contains screenshots of testing done on Postman application.
- docs - Folder contains Test scenario sheet, BRD, Milestone document.
- SQL- Table creation - Folder contains all sql queries to create the tables required
- Microservice - companydetails - Folder contains springboot application
Steps to run the microservice.
- Setting Up Mysql Database.
-
Open Mysql workbench and create a connection.
-
Create a database. Create DatabaseName;
-
Select the database. Use DatabaseName;
-
Then run the queries provided in SQL- Table creation folder one by one.
- Running Springboot application.