Skip to content

A job listing platform that connects homeowners & tenants to home-service providers

Notifications You must be signed in to change notification settings

danny-ell77/jobby_be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jobby

Introduction

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

Installation

To run Jobby locally, follow these steps:

  1. Clone the repository: git clone https://github.com/danny-ell/jobby.git
  2. Navigate to the project directory: cd jobby
  3. Install the dependencies: pip install -r requirements.txt
  4. Create and Run db Migrations python manage.py makemigrations && python manage.py migrate
  5. Load the mock data into the db: python manage.py load_fixtures
  6. Run the development server: python manage.py runserver
  7. Access Jobby in your browser at: http://localhost:8000

Usage

1. Type "Plumber"

Step 1 screenshot

2. Click on All Location

Step 2 screenshot

3. Click on Lagos, Nigeria

Step 3 screenshot

4. Click on Get Started

Step 4 screenshot

5. Click on Plumbing Services…

Step 5 screenshot

Contributing

We welcome contributions to Jobby! To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Create a pull request detailing your changes.

Related Projects

Jobby has no related projects or dependencies

About

A job listing platform that connects homeowners & tenants to home-service providers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published