- This is a very simple meeting room display.
- It conntects over the Notion API to our meeting room board:
- It provides two ways:
- An easy API for pulling the items per room.
- A simple frontend to display all bookings.
- 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