Skip to content

Inmoresentum/CSE310LabAssignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE310

Lab Assignments

Necessary Tools

This repository contains my CSE310 Lab Assignments that I had to do.

Setup

To run the code or test thing out, you will need to have a couple of things

  1. java

    jdk version 17 Download jdk if you don't have it already.

    If you're on unix like system, you can use SDK MAN which has certain advantages over other methods.

    To check your version of java, run:

     java --version

    or

    javac --version
  2. IntelliJ IDEA

    It is recommended that you use IntelliJ IDEA ultimate edition which you can obtain using GitHub student pack.

  3. Finally, Clone the repo if you haven't already

    make sure that you have git installed. To check run git --version in your terminal.

    git clone https://github.com/Inmoresentum/CSE310LabAssignments.git

    Now open CSE310LabAssignments using IntelliJ IDEA and for wait maven wrapper and the necessary dependencies to be downloaded. Now you can click the play icon and have some fun.

Setup For Assignment 2:

You will need to have MariaDB. The easiest way to get started is to spin up a MariaDB container using docker. Once the MariaDB instance is running create a database named CSE310DB.

Lab Files/ Assignment Files

Lab files or assignment files can be found src/main/java/org/cse310/bracu/labfiles in this location. There are total two lab assignments.

Lab Assignments

Lab Assignment 1

The first Lab Assignment can be found src/main/java/org/cse310/bracu/labfiles/CSE310_Lab_Assignment_1.pdf. The solution of the lab assignments can be found src/main/java/org/cse310/bracu/assignment1 in this location. Just run Main.java file. At this point, you can probably understand the repo structure.

Lab Assignment 2

Similarly, for Lab Assignment 2, the assignment file can be found src/main/java/org/cse310/bracu/labfiles/CSE310_Lab_Assignment_2.pdf in this location and the solution src/main/java/org/cse310/bracu/assignment2. There, similarly run the Main.java file.

Note: Before Running the Lab Assignment 2 Main.java file make sure that you already have installed all the necessary dependencies, MariaDB is running and there is already a Database created named CSE310DB which is also mentioned in the setup step.

 

Copyright © 2023-present Inmoresentum

whatever

About

Contains my Lab Assignments for CSE310

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages