An open API service indexing awesome lists of open source software.

https://github.com/voulpit/spirent

[company assignment] Sample REST API to manage Birds and their Sightings.
https://github.com/voulpit/spirent

java-11 mysql rest-api springboot

Last synced: 6 months ago
JSON representation

[company assignment] Sample REST API to manage Birds and their Sightings.

Awesome Lists containing this project

README

          

Instructions below are for a Linux system.

== BUILDING THE PROJECT ==
./run.sh
Sets up the DB, builds and runs the application.
Type DB password when prompted ("pass").
The api will start running on localhost:8080

== RUNNING API REQUESTS WITH POSTMAN ==
To run requests with Postman, please import Birds.postman_collection.json.

Javadocs are provided for the service, repository and mapper classes starting from Documentation/index.html.
Unit tests are provided for the controller, service and mapper classes.