Skip to content

Khushi-Jain78/Assigment1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assigment1

SpringBootApplication

It is basically a CRUD based spring Application which allows connection from multiple databases via different sources i.e. MongoDb Sql

once the request is sent via Postman it adds the data to their alloted data source

Sample Data: { "firstName":"khushi", "lastName":"new", "email":"helloo@abc.com",

"courses":[ { "name":"docker", "description":"helo", "email":"" }, { "name":"kuber", "description":"khuhuhu", "email":"" } ]

}

Here the main data of the student is stored in an SQl database whereas the course data in the mongoDb collection.

Similarly data can be added, deleted and updated in both the databases from a single application.

**MongoDb is hosted on localhost. **To check connection with Sql please create your own database and alter the username and password in the Application properties file

About

SpringBootApplication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages