Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 519 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 519 Bytes

Pre-Requisites

  • Node.js v21.5.x
  • NPM v10.2.x
  • Python v3.10.x
  • Virtualenv

Installing Dependencies

Frontend Dependencies

  1. Navigate to frontend/ and run npm install

Backend Dependencies

  1. Navigate to backend/ and run virtualenv .
  2. Enter your virtualenv with source bin/activate
  3. Run pip install -r requirements.txt

Running

Starting the Frontend

  1. Execute npm run dev

Starting the Backend

  1. Start the virtualenv with source bin/activate
  2. Execute python3 app.py