N1tingale / Year2Year

Home Page:https://year2-year.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://year2-year.vercel.app


Languages

Language:JavaScript 72.0%Language:Python 27.0%Language:CSS 0.6%Language:HTML 0.5%