A web app that retrieves and displays comprehensive details about your jobs and internships on the frontend.
Clone the repository
Install Frontend with npm
cd frontend
npm install
npm run dev
The frontend will be runing on http://localhost:3000
Install Backend with Python
cd backend2
pip install virtualenv
virtualenv venv
venv\Scripts\activate
pip install --no-cache-dir --requirement ./requirements.txt
python main.py
The Server is running on http://localhost:5000