Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 907 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 907 Bytes

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 ✨