Skip to content

Zealroom: System 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.

Notifications You must be signed in to change notification settings

desi109/zealroom--room-booking-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Zealroom: Room Booking System

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

Table of Contents

  1. About The Project
  2. Getting Started
  3. Roadmap
  4. License
  5. Contact


About The Project

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.



Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

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


Installation

  1. Clone the repo:

    git clone https://github.com/desi109/zealroom--room-booking-system.git
  2. 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.

  3. 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.



Roadmap

See the open issues for a list of proposed features (and known issues).

About

Zealroom: System 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published