A Jackbox.TV Server List
This is a service that provides an updated list of online Jackbox.TV rooms (similar to a server list for multiplayer games). You can filter the table to find various game types and join able games.
You can find a deployed version here.
Run the following commands in command prompt or terminal.
To run the Frontend:
- To start the node server:
npm start
To run the Backend (API) Section:
- For a first time run, you will need to create the DB, do the following:
python manage.py makemigrations
python manage.py migrate
- To run Django (API)
python manage.py runserver
- Frontend / UI: React
- Backend: Django (Python 3.x)
- Database: SQLite
- Deployed on HEROKU
- Install NPM
- Run the following command in the project folder:
npm install
- Install Python 3
- Go into the project folder, and run the following command:
pip install -r requirements.txt
- This will install the necessary python packages to run the project.
Jimmy Le - Jldevops
Licensed under the MIT License