5l1v3r1 / BackFire

This is web application we made in PAN India Online Hackathon 2020 using Python Flask framework which aims to bridge the gap between the job seekers and employers by creating a database of job applicants. Here is the link of our Devfolio Submission: https://devfolio.co/submissions/backfire

Home Page:https://backfire.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backfire

About the application

This is web application we made in PAN India Online Hackathon 2020 using Python Flask framework which aims to spread awareness about precautions one should take care event after lockdown is over. Also it aims to bridge the gap between the job seekers and employers by creating a repository of job applicants.

Technologies Used

Flask, HTML5, CSS3, SQLite, Heroku, PyCharm, Git

Project Link

https://backfire.herokuapp.com/

Screenshots

Pic1

Pic3

Pic2

Installation

Step 1:

Python Should be installed. You can install it from https://www.python.org/downloads/ 

Step 2:

Check whether pip is installed or not. You can check it by typing following command on command prompt/shell: 
> pip --version
If the version comes up, well and good.
If the message shows that pip is not installed, you can install it by following steps from this link: https://pip.pypa.io/en/stable/installing/

Step 3:

Get inside the project folder through command prompt. And type: 
> pip install -r requirements.txt
And all required packages will be installed. Now you can run the project using:
> python app.py

About

This is web application we made in PAN India Online Hackathon 2020 using Python Flask framework which aims to bridge the gap between the job seekers and employers by creating a database of job applicants. Here is the link of our Devfolio Submission: https://devfolio.co/submissions/backfire

https://backfire.herokuapp.com/

License:MIT License


Languages

Language:Python 65.4%Language:HTML 31.2%Language:Mako 3.0%Language:CSS 0.4%