An open-source, pure PHP job portal.
Features:
- Admin
- Register (Provider, Seeker)
- Login
- Job Search
- CV Upload
- Notification (Email, Web)
- Schedule Interview
- Other basics...
Installation:
- /core/csCore.php - Change
$baseUrl
to your own site URL. - /core/csDb.php - Modify MySQL database requirements.
Contributors can do the following: Much appreciated if you continue improving this, so here are some examples that you can improve:
- View Job details
- Static page editor for admin (About us, Contact us, etc.)
- Improve job search with filters
- Reset password option
- etc.