Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 653 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 653 Bytes

vbpoll

A polling system for Vestaboard Currently in development

Installation / setup

$ npm install

Running in development

This repository uses environment variables to obscure the database connection settings. This needs to be set prior running in development or production.

$ npm run build
$ npm run backend

Testing

$ npm run test

Next Steps

As Vestaboard's API continues to evolve, we are making a switch to PostgreSQL as a relational database is now closer to the shape of the interface Vestaboard makes available. Expect changes and most likely a pretty big overhaul in the coming days and weeks.