jobportal Tailwind Templates

Jobportal

A modern job portal built with Django and Tailwind CSS, designed to connect job seekers with employers efficiently.

Job Portal

A modern job portal built with Django and Tailwind CSS, designed to connect job seekers with employers efficiently.

Features

  • User Authentication: Separate sign-up and login for job seekers and employers.
  • Job Posting and Management: Employers can post and manage job listings.
  • Job Search and Filtering: Users can search for jobs using keywords and location filters.
  • Application Tracking: Job seekers can apply for jobs and track their applications.
  • Responsive Design: Optimized for both desktop and mobile devices.
  • User Profiles: Detailed profiles for both job seekers and employers.

Tech Stack

  • Backend: Django
  • Frontend: Tailwind CSS, Alpine.js
  • Database: SQLite (default, can be configured for other databases)
  • Icons: Font Awesome

Installation

  1. Clone the repository:

    git clone https://github.com/YOUR_USERNAME/jobportal.git
    cd jobportal
    
  2. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Run migrations:

    python manage.py migrate
    
  5. Start the development server:

    python manage.py runserver
    
  6. Access the application: Open your web browser and go to http://127.0.0.1:8000/.

Usage

  • Job Seekers: Register, search for jobs, and apply directly through the platform.
  • Employers: Register, post job listings, and manage applications from job seekers.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • Thanks to the Django and Tailwind CSS communities for their excellent tools and documentation.
  • Icons provided by Font Awesome.

Top categories

Loading Svelte Themes