Jobby is a platform that connects homeowners with service providers. It allows homeowners to easily find and hire service providers for various tasks and services. Service providers can showcase their skills and expertise, and homeowners can browse and book services conveniently through the platform.
- Deployed Site: Jobby
- Final Project Blog Article: [Coming soon...]
- Author(s) LinkedIn: Daniel Olah
To run Jobby locally, follow these steps:
- Clone the repository:
git clone https://github.com/danny-ell/jobby.git - Navigate to the project directory:
cd jobby - Install the dependencies:
pip install -r requirements.txt - Create and Run db Migrations
python manage.py makemigrations && python manage.py migrate - Load the mock data into the db:
python manage.py load_fixtures - Run the development server:
python manage.py runserver - Access Jobby in your browser at:
http://localhost:8000
Go to http://localhost:8000/
We welcome contributions to Jobby! To contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name - Make your changes and commit them:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/your-feature-name - Create a pull request detailing your changes.
Jobby has no related projects or dependencies




