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.
- Host: GitHub
- URL: https://github.com/voulpit/spirent
- Owner: voulpit
- Created: 2024-08-26T14:38:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T12:34:33.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T11:42:03.554Z (about 1 year ago)
- Topics: java-11, mysql, rest-api, springboot
- Language: Java
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
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.