Idea
ChoreClap is a platform to make our urban/rural lives more fulfilling to solve our needs in a clap. Hence the name, ChoreClap. It enables users to find any service professional like a plumber, a wedding photographer, a yoga teacher, or an interior designer. We want to be the go-to platform which helps customers complete the projects that are important to their lives – everything from designing their homes to capturing key moments, learning arts, filing taxes, and getting healthier etc.
- Python (version 3.8 or later)
- pip or pip3 package installer
Here is a simpled way to download and run the code
pip install django
git clone https://github.com/Ketaki-Tam/ChoreClap.git
cd ChoreClap
mkvirtualenv myenv
python manage.py runserver
Your server will ne up and running on the localhost 8000.