Skip to content

RajatKumar1704/assignment1

Repository files navigation

assignment1 - Java application with two data sources - mongoDb and MySQL

STUDENT RECORDS MANAGER APPLICATION A student and a course are entities, while an enrollment is a relationship between a student and a course. ER-Diagram

POST /createresource GET /readresources PUT /updateresource DELETE /deleteresource

Sample post request(to http://localhost:8080/createresource):-

{ "firstName":"Rajat", "lastName": "Kansal", "email": "rajat123@gmail.com", "courses":[ { "name":"C++", "description":"Programming Language", "email":"AM101" }, { "name":"Linux", "description":"Operating System", "email":"AM105" } ] }

About

Java application with two data sources - mongoDb and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages