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.
- 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)
Create and activate virtualenv devsearch
:
virtualenv ~/virtualenvs/devsearch
. ~/virtualenvs/devsearch/bin/activate
Install required packages in virtualenv:
pip install -r requirements.txt
Refer to drawsql.app django-devsearch-schema
# Start django server
python manage.py runserver
Django Devsearch tool by Dennis Ivy.