An open API service indexing awesome lists of open source software.

https://github.com/mastergalen/studyhunt-backend

StudyHunt IoT Seat Availability Tracking Backend
https://github.com/mastergalen/studyhunt-backend

express iot node

Last synced: 3 months ago
JSON representation

StudyHunt IoT Seat Availability Tracking Backend

Awesome Lists containing this project

README

          

# StudyHunt-Backend

Backend for StudyHunt project. Allows you to track library seat availability using the GridEye sensor.

## Installation

Make sure you have [yarn](https://yarnpkg.com/en/) installed.

```
npm install tslint typescript -g
```

Copy `.env.example` to `.env`.

## Database

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
```

## Run

```
yarn start
```