Year 2 Year 🧑‍🎓

Getting Started 🚀

Backend 🗄️

  1. Navigate to the backend directory and install the necessary dependencies 📦
pip install -r requirements.txt
  1. Add your google email and password in the config.py file 🔑
class Config:
  ...
  MAIL_USERNAME = "your_email@gmail.com"
  MAIL_PASSWORD = 'your_password'
  1. Start the server by running the following command 🐍
python run_app.py

Frontend 👩‍💻

  1. Navigate to the frontend directory and install the necessary dependencies 🛠️
npm install
  1. Start the frontend 🌐
npm run dev
  1. Access our project here