GithubHelp home page GithubHelp logo

prathish14 / devsearch-django Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 3.17 MB

๐Ÿ” DevSearch is a collaborative platform connecting developers and their projects, fostering interactions and discovery in the tech community.

Home Page: https://devsearch.tech

Python 9.98% HTML 18.75% CSS 42.64% JavaScript 28.63%
backend bootstrap django django-application django-framework django-project frontend mysql python virtualenv mumble mumble-ui

devsearch-django's Introduction

DevSearch - Developer Search Platform ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ”

Description

DevSearch is a platform that facilitates searching and connecting with developers and their projects. It enables users to discover developers, projects, exchange messages, and rate projects. As a developer, you can showcase your projects, skills, and contact information. Regular users can view developer profiles, message them, and explore projects.

Platform:

  • Web-based platform for developers and users to interact and connect.

Components Used:

  • Frontend:

    • HTML ๐ŸŒ
    • CSS ๐ŸŽจ
    • JavaScript ๐Ÿ–ฅ๏ธ
    • Bootstrap ๐Ÿ…ฑ๏ธ
  • Backend:

    • Python ๐Ÿ
    • Django ๐ŸŒ
  • Database: MySQL ๐Ÿ—ƒ๏ธ

Features

  • Search and discover developers and their projects.
  • Messaging system for communication between users and developers.
  • Rating system to evaluate and vote for projects.
  • Developer profile management: add projects, skills, about, and contact information.
  • Secure authentication and authorization for user interactions.

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    $ git clone https://github.com/Prathish14/devsearch-django.git
    $ cd DevSearch
  2. Install dependencies from requirements.txt:

    $ pip install -r requirements.txt
  3. Configure Email for Password Reset:

    • Open settings.py in your Django project.
    • Locate the email configuration section.
    • Update the following fields for Gmail SMTP:
    EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
    EMAIL_HOST = "smtp.gmail.com"
    EMAIL_PORT = 587
    EMAIL_USE_TLS = True
    EMAIL_HOST_USER = "Your_Gmail_Address"
    EMAIL_HOST_PASSWORD = "Your_Gmail_Password"
  4. Configure Database:

    • Set up your MySQL database credentials in settings.py:
    DATABASES = {
        'default': {
            'ENGINE': 'django.db.backends.mysql',
            'NAME': 'Your_Database_Name',
            'USER': 'Your_Database_User',
            'PASSWORD': 'Your_Database_Password',
            'HOST': 'Your_Database_Host',
            'PORT': 'Your_Database_Port',
        }
    }

Usage

To run the project locally, follow these steps:

  1. Make migrations and migrate the database:

    $ python manage.py makemigrations
    $ python manage.py migrate
  2. Start the development server:

    $ python manage.py runserver
  3. Access the application in your browser at http://localhost:8000/.

Contributing

Contributions are welcome! To contribute to DevSearch:

  • Fork the repository
  • Create a new branch (git checkout -b feature)
  • Make your changes
  • Commit your changes (git commit -am 'Add feature')
  • Push to the branch (git push origin feature)
  • Create a new Pull Request

devsearch-django's People

Contributors

prathish14 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.