Skip to content

A job portal application developed using Flask which allows job seekers to apply for posted job and companies to post new job and hire people as per their requirements

License

Notifications You must be signed in to change notification settings

skrishnan2001/Flask-Job-Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Flask Job Portal

Job Portal Web App with Flask, Python, SQLAlchemy, MongoDB

Python 3.9

Local Environment

Install

1- Create a virtual environment

virtualenv venv

or

python -m venv venv

2- Activate it

source venv/Scripts/activate (Windows)

source venv/bin/activate (Linux)

3- Clone the repository and install the packages in the virtual env:

pip install -r requirements.txt

4- Run application

python run.py

About

A job portal application developed using Flask which allows job seekers to apply for posted job and companies to post new job and hire people as per their requirements

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages