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

Latest commit

 

History

History
52 lines (41 loc) · 1.71 KB

README.md

File metadata and controls

52 lines (41 loc) · 1.71 KB

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: