Skip to content

JobSprint is a web platform connecting interns with potential employers, offering intern search, application, and resume management for both parties.

Notifications You must be signed in to change notification settings

SamirAhma/JobSprint

Repository files navigation

JobSprint

JobSprint is a web application built using the Django web framework, with a MySQL database and Bootstrap for styling. The application is designed to connect interns with potential employers, allowing them to search and apply for internships.

Features

  • User registration and login
  • Interns can create and update their profile
  • Employers can post internships and view applications
  • Interns can search for internships and apply
  • Employers can view resumes and contact interns

Requirements

  • Python 3.x
  • Django
  • MySQL
  • Bootstrap

Installation

  1. Clone the repository: git clone https://github.com/SamirAhma/JobSprint.git
  2. Install the requirements: pip install -r requirements.txt
  3. Set up the database:
    • Create a MySQL database and user
    • Update the settings.py file with your database credentials
    • Run the following commands to create the necessary tables:
      • python manage.py makemigrations
      • python manage.py migrate
  4. Start the development server: python manage.py runserver

Usage

  1. Register as a user (either as an intern or an employer)
  2. Log in to your account
  3. As an intern, create or update your profile
  4. As an employer, post internships and view applications
  5. As an intern, search for internships and apply
  6. As an employer, view resumes and contact interns

Contribution

If you are interested in contributing to the project, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

About

JobSprint is a web platform connecting interns with potential employers, offering intern search, application, and resume management for both parties.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published