Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
/ workspace-booking Public archive

💼 A full stack workspace booking system for my bachelor thesis

License

Notifications You must be signed in to change notification settings

elanum/workspace-booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WorkspaceBooking

A full stack workspace booking system for my bachelor thesis

Table Of Contents

About the Project

This is a full stack MERN application with an Express JS backend connected with a MongoDB and with a React frontend.

External Services

Development Environment

The following steps explain how to start the project on your local machine. It's recommended to use a unix-based operation system.

Requirements

Setup

  1. Clone the Repository and navigate into it

    git clone https://github.com/Elanum/WorkspaceBooking.git && cd WorkspaceBooking
  2. Create a .env file in the root directory

    cp .env.example .env
  3. Optional: Fill out the variables defined in the .env file. If you don't fill them out, default values will be used.

  4. Start the application via docker-compose

    docker-compose up

The app will be available at: