DevSearch is a cutting-edge web platform built entirely on Django, offering a dynamic and user-friendly environment that empowers developers to showcase their projects, collaborate with like-minded peers, and gain recognition for their work. With an intuitive front-end design created using various UI kits and frameworks, such as Bootstrap, DevSearch ensures a seamless user experience.
- 1 - clone repo https://github.com/mujtaba-jpj/DevSearch.git
- 2 - create a virtual environment and activate
-
- pip install virtualenv
-
- virtualenv envname
-
- envname\scripts\activate
- 3 - cd into project "cd DevSearch"
- 4 - pip install -r requirements.txt
- 5 - python manage.py runserver
- Share Projects
- Message other developers
- Rate others work
- Search other developers
- Basic Django Overview
- Database Design and Models
- Static Files
- User Registration & Authenticaiton
- Search
- Pagination
- Building an API with Django REST Framework (DRF)
- Deployment
- Django
- Postgres
- Django REST Framework