Skip to content

Latest commit

 

History

History
82 lines (67 loc) · 2.7 KB

README.md

File metadata and controls

82 lines (67 loc) · 2.7 KB

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage

About The Project

This is a code repository of backend for Work Around project creating as solution of Hackprague 2021 Challenge. As a part of this solution frontend was created that leverages features of this code base.

Work Around is a platform for people having a place of their own (flat, house, ...) who would like to try living somewhere else for a change. In the age of COVID-19, working from home has become more of a common practice. Work Around is giving people the opportunity to work around the world, making possibble to take on adventures while working the same remote job they did back home.

How it works

Adventurer who joins this platform will provide his property info into the program containg location, features, etc. Then they can apply for participation with this property. They will then fill out their preferred destinations and other preferences. After that, our AI Powered algorithm will match that person with other adventurers who have matching interests creating a chain of house/flat swaps. This gives each person their next destination for temporary living.

Built With

Getting Started

Prerequisites

sudo apt-get install libgdal-dev

Installation

  1. Clone the repo
    git clone https://github.com/Learneron/web-app.git https://github.com/osvalros/work-around-backend.git
  2. Install libraries
pip install -r requirements
  1. Run development server
    python manage.py runserver
  2. Go to localhost:8000