Skip to content

bshawn/pi-screen-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pi-screen-api

Introduction

This project is the RESTful API layer intended for use in maintaining display screens in a facility. The major components of the system include:

  • API - written in .NET Core 2.1
  • Client - intended to be run on a Raspberry Pi

At this time, the backing datastore for system data is a simple json file. This will eventually change to something more scalable.

Dependencies

Running the code

git clone https://github.com/bshawn/pi-screen-api.git
cd pi-screen-api/src
dotnet run

Testing API calls using Postman

Postman is used to test API calls. The repo contains a postman folder containing the environment and ScreenAPI collection.

Download Postman here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages