🏠 OLTON — Home Service Application ██████ ██ ████████ ██████ ███ ██ ██ ██ ██ ██ ██ ████ ██ ██ ███ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██████ ███████ ██ ██████ ██ ████
O L T O N • Home Service Platform
OLTON – Home Service Application
A simple full-stack app where workers list services and clients can book them. Backend: Django + DRF Frontend: React + Tailwind CSS
Features : Worker profile creation Add skills, pricing, categories
Client registration/login | Browse workers | Book services | JWT authentication | Tech Stack
Backend: Python, Django, DRF, JWT Frontend: React, Tailwind, Axios
git clone https://github.com/AnasNihal/Home-client-worker.git
cd Home-client-worker
cd backend
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
cd ../frontend
npm install
npm run dev
backend/ # Django API frontend/ # React frontend