Project Video Link - https://drive.google.com/file/d/1BcdqpYm3tIkvyUZ4fCE418QETPQKPSwg/view?usp=sharing
There are many features that are not inlcuded in this video. To enjoy the functionality clone this repo and just play with it.
Live Project Link - https://team-leveling.onrender.com/
Introduction | Features | Technologies | Requirements | Starting | License | Author
Service Sphere is a multi-client service platform that allows businesses to showcase their services efficiently. It provides an intuitive interface for service providers to list their services and for users to book them seamlessly.
✔ User Registration & Authentication (Sign up, Login, Password Reset)
✔ Service Creation & Management (Multi-step service creation process)
✔ Booking System (Real-time booking confirmations & notifications)
✔ Dynamic Working Hours (Providers can set their availability)
✔ Service Reviews & Ratings
✔ Secure Payments & Refund Handling
✔ In-app & Email Notifications
✔ Dark Mode Support 🌙
✔ Mobile-Friendly & PWA Ready 📱
The following tools were used in this project:
Before starting 🏁, you need to have Git and Python installed.
# Clone this project
$ git clone https://github.com/shiv1119/Team-Leveling.git
# Access
$ cd Team-Leveling
# Create or activate virtual environment
$ python -m venv venv
# Activate virtual environment
$ source venv/bin/activate
# Download dependencies
$ pip install -r requirements.txt
# Install MYSQL and create data base and make connectivity with django project or Leave it as it is.
# Run migrations
$ python manage.py makemigrations
$ python manage.py migrate
# Run Server
$ python manage.py runserver
# To access admin panel on local host
http://127.0.0.1:8000//admin
# 1) create super user
$ python manage.py createsuperuser
To run this project you will require security key that is not included in the repositiory. If you wish to try then dm me I will send you.
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Team Leveling
