/ioet-secret-santa

This monorepo contains frontend, backend and devops for the secret-santa project.

Primary LanguageTypeScript

ioet Secret Santa

Install instructions

Frontend

cd frontend/
npm install
npm run dev

Backend

  1. cd api
  2. Create a Python 3.9.0 virtual environment (python -m venv .venv)
  3. python -m pip install -r requirements.txt
  4. python runner.py