Build Restful Api using Spring Boot And Testing APIs Intergrate with Mokito Testing
- Java 1.8
- Maven 3.8
- MongoDB
-
Clone the project
git clone https://github.com/himash79/Spring-Boot-Mokito-Testing.git -
Create MongoDB Database
Create database import attached query data to table. -
Clean and build the project using maven
open command line (CMD) in project directory and execute 'mvn clean install' -
Open project using intelij / eclipse
-
Set up database configurations in application.properties file
spring.data.mongodb.database = Developer database name -
Test the Endpoints