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
- Host: GitHub
- URL: https://github.com/mscbuild/job-portal
- Owner: mscbuild
- License: mit
- Created: 2025-07-04T18:07:10.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-04-17T19:33:23.000Z (about 2 months ago)
- Last Synced: 2026-04-17T19:34:38.327Z (about 2 months ago)
- Topics: basic, configuration, css, development, flask, html, job, minimal, portal, python, sistema
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[repo]: https://github.com/mscbuild/Job-Portal/
[demo]: https://github.com/mscbuild/Job-Portal/
# Job-Portal

[](http://mscbuild.github.io/)







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

#### [ 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