burgus7 / PollBuddy

An affordable and compatible in-class quizzing platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PollBuddy

Welcome to PollBuddy! :D An affordable and compatible in-class quizzing platform.

RCOS/Project Google Drive (proposal, other project resources): https://drive.google.com/drive/folders/1lCov3Guqql_E-tnq5hascXrdLEYA7Pn6

Docker Things

How to run the app (what you want in most cases)

Linux:

git clone (repo url)
cd PollBuddy
docker-compose up -d --build

Windows:

Clone in github desktop or something

Open command prompt to the github folder

Run docker-compose up -d --build

Accessing the app

Frontend available at http://localhost:3000

Backend available at http://localhost:3001

Database available at localhost:27017

Shutting down the app

docker-compose down

Building the container manually

docker build -t (username)/(container name) .

About

An affordable and compatible in-class quizzing platform

License:MIT License


Languages

Language:JavaScript 70.9%Language:CSS 24.8%Language:HTML 1.8%Language:Shell 1.6%Language:Dockerfile 0.8%