DormEase is a comprehensive dormitory management system designed to streamline basic administrative tasks and enhance the living experience for both students and dormitory staff. Built with modern technologies, DormEase offers a robust platform for managing student accommodations, room allocations, departmental information, course enrollments, and more.
- Clone the repository
git clone https://github.com/FilipRudy/DormEase.git
- Run npm install
$ npm install
- Run docker compose
cd docker
$ docker compose up -d
- Run a pre-generated database migration
$ npm run migration:run
- Start the application by choosing preferred mode
# development
$ npm run start
# watch mode
$ npm run start:dev