Skip to content

a small webservice, running in our k8s cluster to communicate between the meeting room dispays and the notion database.

Notifications You must be signed in to change notification settings

StadtLandNetz/sln-notion-room-booking

Repository files navigation

SLN meeting room service

  • This is a very simple meeting room display.
  • It conntects over the Notion API to our meeting room board:
  • It provides two ways:
    1. An easy API for pulling the items per room.
    2. A simple frontend to display all bookings.

Meeting Room Database Example Meeting Room Database Example

How to use

  • Create a Notion integration
  • Apply this integration to your meeting room database.
    • Use this database template
    • Click the duplicate icon in the top right corner in order to copy the template into your Notion instance.
  • Put the database-id and the API-token in a .env variable.
    NOTION_TOKEN=YOURTOKEM
    NOTION_DATABASE_ID=YOURDATABASE
  • run npm i
  • run npm run dev -- --open
  • the server starts and you can access mainpage as well as the API-subroutes

About

a small webservice, running in our k8s cluster to communicate between the meeting room dispays and the notion database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published