Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 921 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 921 Bytes

Java CI

Ui

  • This project is named RC4 Housing Database (RC4HDB for short). This is a project created by NUS CS2103T Software Engineering (SE) students.
  • The project is designed to store and access information of the students residing in Residential College 4 (called RC4 Housing Database).
    • It is written in OOP fashion. It provides a reasonably well-written code base bigger (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big.
    • It comes with a reasonable level of user and developer documentation.
  • This is a brownfield project based on the AddressBook-Level3 project created by the SE-EDU initiative.