Backend for StudyHunt project. Allows you to track library seat availability using the GridEye sensor.
Make sure you have yarn installed.
npm install tslint typescript -g
Copy .env.example to .env.
After you launch the DB instance you will need to set up the DB with the table structure.
npm install knex -g
knex migrate:latest
knex seed:run
yarn start