An API is developed for storing and retrieving Academics information
- Java
- Spring Boot
- web
- JPA
- H2
- java 1.8
- maven
- Clone the repo
- Run the following commands
- mvn install
- java -jar target/AcademicsInfoAPI-0.0.1-SNAPSHOT.jar
- Open the browser and run localhost:8080
The API has 3 categories:
- department
- faculty
- student
Post request:
localhost:8080/students
Get request:
localhost:8080/students
localhost:8080/students/{usn}
Post request:
localhost:8080/faculties
Get request:
localhost:8080/faculties
localhost:8080/faculties/{usn}
Get request:
localhost:8080/department
localhost:8080/department/branch/{branch}
localhost:8080/department/year/{year}
eg: localhost:8080/department/branch/ise