Skip to content

fhswf/book_me

Repository files navigation

semantic-release GitHub issues GitHub pull request check state GitHub Workflow Status Libraries.io dependency status for GitHub repo

APPointment

This web application helps you planning your appointments.

As a provider of appointments (i.e. consultation hours) you can manage times when you are available for different types of appointments (online, in person, different durations) and integrate your Google calendar.

As a client, you can search for available slots and book an appointment. You will receive an invitation from the calendar service of the provider.

Deployment

details tbd ...

Configuration

  • provide details in docker.env and .env

Docker

  • Check configuration in docker-compose.yml (exposed port)
  • build & deploy frontend by running
npm run-script build
cp -r build/* <deployment dir>
  • build an run backend
docker-compose build
docker-compose up