Skip to content

A webapp which will fetch all the internship and job related information from your email and show at our fronend

License

Notifications You must be signed in to change notification settings

Rhythm1710/JobMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JobMap

A web app that retrieves and displays comprehensive details about your jobs and internships on the frontend.

Architecture Overview

App Screenshot

Installation

Clone the repository

Frontend Installation

Install Frontend with npm

  cd frontend
  npm install 
  npm run dev

The frontend will be runing on http://localhost:3000

Backend Installation

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

License

MIT

About

A webapp which will fetch all the internship and job related information from your email and show at our fronend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published