https://github.com/apexal/rpi-walk-in
Simple queueing web app for RPI's School of Science Hub virtual walk-in hours.
https://github.com/apexal/rpi-walk-in
Last synced: about 2 months ago
JSON representation
Simple queueing web app for RPI's School of Science Hub virtual walk-in hours.
- Host: GitHub
- URL: https://github.com/apexal/rpi-walk-in
- Owner: Apexal
- License: mit
- Created: 2020-10-26T20:11:45.000Z (over 4 years ago)
- Default Branch: dependabot/npm_and_yarn/functions/lodash-4.17.19
- Last Pushed: 2020-10-26T20:11:58.000Z (over 4 years ago)
- Last Synced: 2025-02-14T09:52:55.042Z (4 months ago)
- Language: Vue
- Size: 368 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPI Accepted Students Celebration
## 1-on-1 Student MatcherAn important part of RPI's Accepted Student Celebration was the opportunity for accepted students to chat 1-on-1 with current students in their departments. Since everything has moved online due to the COVID-19 epidemic, they need a way to facilitate those 1-on-1 chats remotely. This web app allows for the administration to approve current students to chat with accepted students who join a queue and wait to be selected. It also allows for asynchronous matching after the day of the event.
---
## Development
### Project setup
```
npm install
```#### Compiles and hot-reloads for development
```
npm run serve
```#### Compiles and minifies for production
```
npm run build
```#### Lints and fixes files
```
npm run lint
```#### Builds and deploys to Firebase Hosting
```
npm run deploy
```