Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 987 Bytes

readme.md

File metadata and controls

30 lines (19 loc) · 987 Bytes
simplesocial

This web app let you create your own social group and post your favorite topics to your friends! LINK.

I'm happy to accept more configurability and features. PR welcome! What you see here is just what I needed for my own apps.

User Interfaces

Main site - login

Create groups

Publish Post

To run web server locally, run the following commands.

  1. Clone this repo
  2. source ../django_env/bin/activate
  3. python3 manage.py collectstatic
  4. python3 manage.py createsuperuser
  5. python3 manage.py runserver 8080