Skip to content

rahulXs/django-devsearch

Repository files navigation

django-devsearch

A platform for developers to create profile, list out projects, search other developers and their projects. Kind of a social media application for developer community.

Features

  • Create profiles
  • Search for other developers by name, technology etc
  • Search for projects by name, technology etc
  • Vote and review a project
  • Send and receive messages (Inbox feature)

Installation

Create and activate virtualenv devsearch:

virtualenv ~/virtualenvs/devsearch
. ~/virtualenvs/devsearch/bin/activate

Install required packages in virtualenv:

pip install -r requirements.txt

Schema Design

Refer to drawsql.app django-devsearch-schema

Schema design

Usage

# Start django server 
python manage.py runserver

Reference

Django Devsearch tool by Dennis Ivy.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors