https://github.com/rushilpatel21/learning-management-system
Designed and implemented a Learning Management System (LMS) as part of an Object-Oriented Programming (OOP) assignment.
https://github.com/rushilpatel21/learning-management-system
java learning-management-system lms oop oops-in-java
Last synced: 7 months ago
JSON representation
Designed and implemented a Learning Management System (LMS) as part of an Object-Oriented Programming (OOP) assignment.
- Host: GitHub
- URL: https://github.com/rushilpatel21/learning-management-system
- Owner: rushilpatel21
- Created: 2023-12-24T05:54:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T08:04:54.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T22:01:38.416Z (7 months ago)
- Topics: java, learning-management-system, lms, oop, oops-in-java
- Language: Java
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## To Run
Run App.java File.
## Getting Started
Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code.
## Folder Structure
The workspace contains two folders by default, where:
- `src`: the folder to maintain sources
- `lib`: the folder to maintain dependencies
Meanwhile, the compiled output files will be generated in the `bin` folder by default.
> If you want to customize the folder structure, open `.vscode/settings.json` and update the related settings there.
## Dependency Management
The `JAVA PROJECTS` view allows you to manage your dependencies. More details can be found [here](https://github.com/microsoft/vscode-java-dependency#manage-dependencies).