We all know, businesses always look out for efficient ways to promote their products. Keeping that in mind, I have created a web application that mentions all the YouTuber’s details, like name, pricing, work, etc., in one place, helping businesses sort Youtubers efficiently, according to their need, vision, and budget.
- Clone the Repo and install dependencies
git clone https://github.com/freakfan15/Tubers.git
- Install dependencies.
pip install requirements.txt
- Start the server
python manage.py runserver
- Django
- PostgresSQL
- HTML
- CSS
- JavaScript
- Bootstrap 5
- All CRUD functionalities for creating, reading, updating and deleting information of different youtubers.
- All the features can be directly controlled and customised by a custom built admin panel.
- Implemented keyword based search.
- Implemented authentication including OAuth Google login.
- Contact form for reaching out to us.
Home page Featured Youtubers section About Page Keyword based search Section Contact page