A marketplace for users to come and see service and pricing of youtubers. Users can reach out to platform to hrire youtubers for promotions, product launches, reviews, etc.
- Add/view data from admin panel.
- Suspend/hold a youtuber if needed and platform notifies it to youtuber via email.
- View available youtubers with details
- Hire a youtuber
- Youtuber can accept/reject/hold a user request
- Email notifications will be send to user and associated youtuber whenever a request status changes.
-
Create a virtual enviroment If using conda , install using the command
conda create --prefix ./envs -
Activate virtual environment
conda activate ./envs -
Install following packages
pip install -r requirements.txt -
Perform migrations.
python manage.py makemigrationspython manage.py migrate --run-syncdb -
Create a superuser
python manage.py createsuperuser -
Run the command
python manage.py runserverA prompt screen will appear, if running for the first time. Configure by using the test user email id given in step 5.
