Careeon — Job Platform
Django 5
A clean hiring hub for job seekers and employers. Candidates browse and filter roles by keywords, location, salary, job type, education, and remote options, then apply with a tailored cover letter and uploaded CV. Employers create a company profile, post openings with live previews, and review applicants in an organized dashboard. Search trends surface in-demand roles on the homepage, helping both sides discover opportunities faster. The interface is fast, accessible, and works without a heavy front-end framework, so pages load quickly and forms feel responsive.
Tech stack
- Framework
- Django 5 with custom user model and email-based authentication.
- Runtime
- Gunicorn (WSGI), ASGI path ready for async work.
- Database
- SQLite on Render currently; previously PostgreSQL on Azure.
- Features
- Server-side filtering, sorting, pagination.
- Performance
- Trending with atomic F() updates; select_related.
- Operations
- Dockerized; collectstatic during build; deployed on Render.



