Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilostmymedic/quizontwitch
QuizOnTwitch is an interactive quiz platform designed specifically for Twitch streamers.
https://github.com/ilostmymedic/quizontwitch
auth0 expressjs nodejs opensource reactjs twitch typescript vitejs
Last synced: 3 months ago
JSON representation
QuizOnTwitch is an interactive quiz platform designed specifically for Twitch streamers.
- Host: GitHub
- URL: https://github.com/ilostmymedic/quizontwitch
- Owner: ILostMyMedic
- License: mit
- Created: 2024-05-18T20:09:17.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-09-20T07:51:50.000Z (4 months ago)
- Last Synced: 2024-10-14T01:41:44.495Z (3 months ago)
- Topics: auth0, expressjs, nodejs, opensource, reactjs, twitch, typescript, vitejs
- Language: TypeScript
- Homepage:
- Size: 556 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Quiz on Twitch
QuizOnTwitch is an interactive quiz platform designed specifically for Twitch streamers.## Installation
The project is split into 2 parts, the `./client` and the `./server`.
We will go over installation separatly.### Client
1. Install packages
```sh
cd ./client
npm install
```
2. Create `.env` file inside the `./client` root directory.
3. The `./client/.env` file should follow the following example:
```
REACT_APP_AUTH0_DOMAIN=
```4. Run the application by the npm scripts:
from root:
```sh
npm run dev-local-client
```from `./client`:
```sh
npm run dev
```### Server
1. Install packages
```sh
cd ./server
npm install
```
2. Create `.env` file inside the `./server` root directory.
3. The `./server/.env` file should follow the following example:
```
NODE_ENV="development"
PORT=
SOCKET_PORT=
MQ_PORT=
MQ_URI=MONGO_URL=
```4. Run the application by the npm scripts:
from root:
```sh
npm run dev-local-server
```from `./server`:
```sh
npm start
```## Versions
| Version | Library |
|---------|--------------|
| v5.2 | Vite |
| v18.2 | ReactJS |
| v5.2.2 | Typescript |
| v20.5 | NodeJS |#
> ###### Bugs with 💜 by ILostMyMedic