Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apexal/rpi-asc
RPI Accepted Students Celebration Student Matcher
https://github.com/apexal/rpi-asc
education firebase rensselaer rpi
Last synced: about 2 months ago
JSON representation
RPI Accepted Students Celebration Student Matcher
- Host: GitHub
- URL: https://github.com/apexal/rpi-asc
- Owner: Apexal
- License: mit
- Created: 2020-03-31T17:12:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:50:01.000Z (about 2 years ago)
- Last Synced: 2023-03-03T10:18:26.258Z (almost 2 years ago)
- Topics: education, firebase, rensselaer, rpi
- Language: Vue
- Size: 3.07 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
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
```