Skip to content

This is a Django-based social media application that allows users to create and share posts, follow and unfollow other users, and see their own and other users' activity on the platform. It is easy to install and use, and can be run locally for personal or team use. The project is open-source and contributions are welcome.

Notifications You must be signed in to change notification settings

thealonemusk/Socio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Social Media App - SOCIO

This is a Django-based social media application that allows users to create and share posts, follow and unfollow other users, and see their own and other users' activity on the platform.

Installation

Clone the repository from Github: Copy code git clone https://github.com/thealonemusk/socio.git

Create a virtual environment and activate it:

Copy code python -m venv env source env/bin/activate (for Mac/Linux) OR env\Scripts\activate (for Windows)

Install the required packages:

Just try to run the code and install the packages when shows error even i dont remember what the requirements were .

Run the migrations:

Copy code python manage.py migrate

Run the development server: Copy code python manage.py runserver Open the application in your web browser at

Usage

Register a new account or login with an existing one. Create a post by clicking on the "Create Post" button. View all posts on the "All Posts" page. Follow other users by visiting their profiles and clicking on the "Follow" button. See the activity of users you follow on the "Following" page. Logout when done.

Contributing

Fork the repository. Create a new branch: git checkout -b new-feature Make your changes and commit them: git commit -m 'Add some feature' Push to the branch: git push origin new-feature Submit a pull request.

About

This is a Django-based social media application that allows users to create and share posts, follow and unfollow other users, and see their own and other users' activity on the platform. It is easy to install and use, and can be run locally for personal or team use. The project is open-source and contributions are welcome.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published