Skip to content

A social media for Developers to share their projects.

Notifications You must be signed in to change notification settings

snoofox/DevSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevSearch

Installation

  • 1 - clone repository https://github.com/snoofox/DevSearch
  • 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 - python3 manage.py runserver

Features

  • Share Projects
  • Message other developers
  • Rate others work
  • Search other developers

Tech Stack

  • Django
  • Django REST Framework

Home Page

Home

Profile Page

Profile

Projects Page

Projects

Credits

Special thanks to @divanov11 ✨