This will manager all the birds information
This project is completely build on spring boot microservice. Currently it supports only 4 operation.
- Storing bird informaiton
- Retriving bird informaiton
- Deleting bird informaiton
- Get all the bird information
- Maven 3 and above
- Embeded Mongo instance is used
- Need to configure the mongo instance details in application.properties file if you want your own mongo. spring.data.mongodb.database=birddata spring.data.mongodb.host=localhost spring.data.mongodb.port=27017
Need to run below command in comman line on root folder mvn spring-boot:run
Note: It has embedded tomcat which runs on 8080 port.
mvn clean test for running test cases we have used embeded mongo.
we have also implemented swagger for api documentation