Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 504 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 504 Bytes

online-directory-share-work

Installation

    • create a virtual environment and activate pip install virtualenv virtualenv envname envname\scripts\activate
    • cd into project "cd online_project_share"
    • pip install -r requirements.txt
    • python manage.py runserver

Features

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

Stack

  • Django
  • Postgres
  • Django REST Framework