An open API service indexing awesome lists of open source software.

https://github.com/mscbuild/job-portal

πŸ“¦ Job-Portal. A full-fledged mini-system in Python/Flask with basic functionality
https://github.com/mscbuild/job-portal

basic configuration css development flask html job minimal portal python sistema

Last synced: about 1 month ago
JSON representation

πŸ“¦ Job-Portal. A full-fledged mini-system in Python/Flask with basic functionality

Awesome Lists containing this project

README

          

[repo]: https://github.com/mscbuild/Job-Portal/
[demo]: https://github.com/mscbuild/Job-Portal/

# Job-Portal
![](https://komarev.com/ghpvc/?username=mscbuild)
[![Author](https://img.shields.io/badge/Author-Yuri%20Dev-blue.svg)](http://mscbuild.github.io/)
![](https://img.shields.io/github/license/mscbuild/Job-Portal)
![](https://img.shields.io/badge/PRs-Welcome-green)
![](https://img.shields.io/github/languages/code-size/mscbuild/Job-Portal)
![](https://img.shields.io/badge/code%20style-python-green)
![](https://img.shields.io/github/stars/mscbuild)
![](https://img.shields.io/badge/Topic-Github-lighred)
![](https://img.shields.io/website?url=https%3A%2F%2Fgithub.com%2Fmscbuild)

A full-fledged mini-system in Python/Flask with basic functionality:

βœ… Registration and login for employees and employers

βœ… Employers can post vacancies

βœ… Employees can view vacancies and apply

## Screenshot
Job portal

#### [ View Live Preview][demo]

## πŸ“ Project structure

~~~bash
job_portal/
β”‚
β”œβ”€β”€ resumes/
β”œβ”€β”€ app.py
β”œβ”€β”€ models.py
β”œβ”€β”€ database.db ←created automatically
β”œβ”€β”€ templates/
β”‚ β”œβ”€β”€ index.html
β”‚ β”œβ”€β”€ login.html
β”‚ β”œβ”€β”€ register.html
β”‚ β”œβ”€β”€ dashboard_employer.html
β”‚ β”œβ”€β”€ dashboard_worker.html
β”œβ”€β”€ static/
β”‚ └── style.css
~~~

## πŸ”§ 1. app.py

## πŸ“„ 2. models.py

## πŸ–ΌοΈ HTML-templates

## ▢️ Installation and launch
~~~bash
# Install dependencies
pip install flask flask_sqlalchemy werkzeug

# Start the server
python app.py
~~~

## Running on
```bash
http://127.0.0.1:5000
````
# πŸ“„ License

> MIT License