Skip to content

PersonofNote/brightmoments-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

API for Brightmoments.io

Built With

Express Postgrsql or MariaDB

Authors

Devlog

4/26/21

DONE

  • Set up project and dependencies
  • Create endpoints for global screens, location collections of screens, individual screens
  • Test with Postman

TODO NEXT

  • Decide on MariaDB vs Postgres
  • Design and set up db schema
  • Coordinate with Stan to receive Pi pushes
  • Secure endpoints

POST SCHEMA

{ “ScreenId” : String, “AdvertiseTo” : URL “ExhibitionName” : String, “DisplayNFTs” : [ { “NFT” : String, “AssetUrl” : URL } ], “DisplayOrder” : [ { “MinimumDisplayDurationInSeconds” : Int, “NFT” : String }, { “MinimumDisplayDurationInSeconds” : Int, “NFT” : String } ] }

Notes on post schema: Is the minimum display duration locked?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published