Giter Club home page Giter Club logo

desi109 / zealroom--room-booking-system Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 40.98 MB

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.

Java 45.16% JavaScript 0.83% TypeScript 31.39% HTML 18.24% CSS 4.39%
java booking-system booking-platform booking room room-booking-software room-booking-system angular course-project

zealroom--room-booking-system's Introduction


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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.