#EasyService
Welcome to EasyService.
It is a website for finding workers for your problems
git clone https://github.com/ruhinshukurlu/marketPlace.git
sudo apt install python3-pip
sudo apt install python3-venv
python3.7 -m venv my_env
source my_env/bin/activate
pip install -r requirements.txt
After successfuly installed dependecies you need to Build docker bellow command:
cd marketPlace/_development/
docker-compose up -d
cd ../
Create superusers using the createsuperuser command and you need to include email and password for superuser:
python manage.py createsuperuser
./manage.py runserver
Now you can run server and include EasyService using this url address http://127.0.0.1:8000/