Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.1 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.1 KB

Students Information API

TECHNOLOGIES USED:

Eclipse: CODE
Postman: To create HTTP requests and validate that a specific API's response is correct.
MongoDB: It provides flexible schema and makes it easy to evolve and store data.
Spring Initializr: A Spring Boot project structure 'springs', with Web and MongoDB dependencies, was created.

J2EE ARCHITECTURE:

image for J2EE ARCHITECTURE

DataBase Connectivity:

spring.data.mongodb.host= localhost
spring.data.mongodb.port= 27017
spring.data.mongodb.database= record

API URLs for Student Information:

image for API URLs




README under construction

under construction