/CultuRealm

A gamified web app for intercultural learning

Primary LanguageTypeScript

CultuRealm

A gamified web app for intercultural learning

Sub-theme winner of SCS Splash Awards 2023

Google Slides (short)

Google Slides (comprehensive)

Running the project

  1. Create a virtual environment and install the dependencies:
cd backend
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Create backend/.env from backend/.example.env and change the variables to your own
  2. Start the server:
python app.py

Rebuilding the React frontend

  1. Install npm
  2. Edit frontend/.env according to your own backend server
  3. Build the frontend:
cd frontend
npm install --legacy-peer-deps
npm run build
  1. Replace the contents of backend/dist with frontend/dist