Skip to content

swapniltake1/Java-Internship---syncinterns

Repository files navigation

Java Development Internship - Syncinterns


Task 1 - Snake game in Java


Local setup


Step 1: Download or clone the source code from GitHub to the local machine

Step 2: Install JDK 17 - https://www.eclipse.org/downloads/

Step 3: Install eclipse or vscode - https://www.eclipse.org/downloads/

Step 5: Run snake.java file

Project Screenshot :


image



Task 2 - Library Management System



Local setup


Step 1: Download or clone the source code from GitHub to the local machine

Step 2: Install JDK 17 - https://www.eclipse.org/downloads/

Step 3: Install eclipse - https://www.eclipse.org/downloads/

Step 4: Install Apache Maven - https://maven.apache.org/install.html and add spring boot .jar file in libraries

Step 5: mvn clean install

Step 6: mvn spring-boot:run

Step 7: From the browser call the endpoint http://localhost:9080

Step 8: Admin Login User Id: admin@admin.in & Password: Temp123

Project Screenshots :

Admin Login Interface

image

Add new books, update books, view books, delete books

image

Add new authors, update authors, view authors, delete authors

image

Add new categories, update categories, view categories, delete categories

image

Add new publishers, update publishers, view publishers, delete publishers

image