np-overflow / 2024oh-grp3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trivia Game with NLP

Front-End

The frontend of the game is created in React.js

Setup / Installation 💻

Front-End

  1. Ensure you are in the /web directory before running the website
  2. Check that node.js is installed. If not, you can install it here
  3. Install all required dependencies by running npm install
  4. Run npm start to start view the website locally. By default, it should be located at http://localhost:3000

Back-End

  1. Ensure that you are in the /backend directory before running the python backend
  2. Install all dependencies by running bash initialise.bash to install all the required dependencies
  3. The Flask App can be started by running python -m flask --app main --debug run. By default, it should be located at http://localhost:5000

About


Languages

Language:JavaScript 53.2%Language:Python 39.4%Language:HTML 5.0%Language:CSS 1.8%Language:Shell 0.5%