Skip to content

A web API for displaying and modifying conference room scheduling.

License

Notifications You must be signed in to change notification settings

PseudoDesign/nameplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nameplate

A kiosk API for displaying conference room information

Development Environment Setup

Required Software

  • Pycharm Professional
  • Docker
  • A unix-like shell - if using Windows, try Cmder

Outlook API keys

Generate API keys per the instructions here

Use the endpoint http://127.0.0.1:8000/get_token

Docker Secrets

# Start or join a swarm
mkdir .keys
echo "APP ID" > .keys/nameplate_api_id
echo "APP PASSKEY" > .keys/nameplate_api_passkey

Pycharm

Opening the repository in Pycharm should load the project settings correctly.

The project interpreter is a Docker Compose interpreter, running .../docker/docker-compose-dev.yml

Create a Run/Debug configuration with the settings shown below:

Nameplate Server Config

About

A web API for displaying and modifying conference room scheduling.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages