Zealroom is a web application for management and reservation of rooms in an educational institutions. By providing a booking platform, the software will enable organizations from different fields of activity to manage the use of common areas. In this way the organization for the use of rooms and halls will be much easier.
Explore the docs »
View Demo
·
Report Bug
.
Request Feature
The idea of this app is to provide an easy way for making reservation of rooms and manage them in an educational institutions.
The app has a minimalistic design and it is easy to be used by everyone.
To get a local copy up and running follow these simple steps.
To run this project you first need to install and set up:
- Java 8
java -version
- Gradle 7.2
- MongoDB --> TODO
- Node.js v14.17.0
node -v
- NPM 8.1.4
npm -v
- Angular 13
-
Clone the repo:
git clone https://github.com/desi109/zealroom--room-booking-system.git
-
Start the back-end of the project:
cd zealroom--room-booking-system/back-end ./gradlew clean build bootRun
It is running on
localhost:5000
.To restart, first kill the process:
kill -9 $(lsof -t -i:5000)
And run the previous command to start it again.
-
Start the front-end of the project:
cd zealroom--room-booking-system/front-end npm install npm update npm i bootstrap npm i --save bootstrap@3 npm i @angular-devkit/build-angular ng serve
It is running on
localhost:4200
.To restart, first kill the process:
kill -9 $(lsof -t -i:4200)
And run the previous command to start it again.
See the open issues for a list of proposed features (and known issues).