You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a project that shows you how to build Spring boot REST API that connects to MySQL databse using Spring JdcbTemplate.
Database used is called "university". All data in the database is for test purposes only.
Using "Postman" application to be able to use Post, Put, Delete operations. Ideally it is implemented such that React/Angular is used on client side instead.
Features
Get all students
Get single student by id
Post students
Update student by id
Delete students by id
API Reference
Creation of a Student REST API, following are the rest end points