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 devThe 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.pyThe Server is running on http://localhost:5000