Skip to content

sandeepsajan0/social-networking

Repository files navigation

social-networking

It is basically a public chat app where you can post your message and also can read and reply to others messages.

It provides the functionality like edit,delete or update your own post. And there are some constrained that user cannot change/update like others post, date-time of post.

It is simple App with simple UI and no distraction.

Social-networking is created by using Python, Django and postgresql database.

Installation

  • Install python

  • Install Django

  • Install Requirements

    pip install requirements.txt
    

Run the app

To run the server,

python manage.py runserver

To migrate the database,

python manage.py makemigration
python manage.py migrate

For demo, App is live on "http://socialnetworkingsite.herokuapp.com/login/"

About

Django based web app, have features like a blog site, public chatting app. Deployed on heroku

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published