Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Final Year Project Management System for SC2002 Assignment

License

Notifications You must be signed in to change notification settings

Lyroxide/SC2002-Group-2-FYPMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SC2002 Assignment: FYPMS

Final Year Project Management System for SC2002 Assignment

Setup Instructions

Project Folder Structure

Top Level Directory Layout

.
├── Database                         # Data in text file format
├── doc                              # JavaDoc documentation in HTML
├── out                              # Compiled .class and .jar files
├── src                              # Java source files in .java
├── LICENSE
└── README.md

Source files

.
├── ...
├── src                    # Java source files in .java
│   ├── fypms              # Package named fypms
│   ├── META-INF           
└── ...

Running our Program

  1. In your command line, change directory to the root folder
cd ...\SC2002-Group-2-FYPMS
  1. Run the jar file
java -jar ./out/artifacts/SC2002_Group_2_FYPMS_jar/SC2002-Group-2-FYPMS.jar
  1. Login as users. Default password is password.

Contributors

  • @lyroxide
  • @codesket
  • @Rheanne8
  • @thehamcar
  • @lim-jun-yu

About

Final Year Project Management System for SC2002 Assignment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages