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
- Host: GitHub
- URL: https://github.com/mastergalen/studyhunt-backend
- Owner: Mastergalen
- Created: 2017-02-04T15:14:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T10:51:56.000Z (almost 9 years ago)
- Last Synced: 2025-08-15T21:55:57.410Z (11 months ago)
- Topics: express, iot, node
- Language: TypeScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```