Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 405 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 405 Bytes

SocNet

A Social Network web application made with Django!

This project can be used as template.

How to use:

  1. git clone https://github.com/PanosTrak/SocNet.git or git clone [email protected]:PanosTrak/SocNet.git
  2. python3 manage.py makemigrations and python3 manage.py migrate
  3. python3 manage.py runserver
  4. Open 127.0.0.1:8000 in your browser.