https://github.com/kazimovzaman2/star-social
🌟 Star-Social 🌟 is a 💻 social media platform built with 🔨 Django framework. 🔑 Users can sign up, log in, and create posts in groups. 💬 Join the conversation and share your thoughts!
https://github.com/kazimovzaman2/star-social
css django html javascript python social-project
Last synced: 3 months ago
JSON representation
🌟 Star-Social 🌟 is a 💻 social media platform built with 🔨 Django framework. 🔑 Users can sign up, log in, and create posts in groups. 💬 Join the conversation and share your thoughts!
- Host: GitHub
- URL: https://github.com/kazimovzaman2/star-social
- Owner: kazimovzaman2
- License: mit
- Created: 2023-02-08T07:35:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T19:37:18.000Z (over 2 years ago)
- Last Synced: 2025-01-13T12:48:35.018Z (5 months ago)
- Topics: css, django, html, javascript, python, social-project
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌟 Star-Social 🌟
Star Social is a social media platform built using the Django framework 💻. It allows users to sign up, log in, and create posts in groups.
## 📌 Features
- 🔑 User authentication and registration
- 👥 Groups
- 📝 Post creation and viewing## 💻 Requirements
- Python 3.9
- Django 4.1
- Pip
- Virtualenv (optional)## 📥 Installation
1. Clone the repository to your local machine
```bash
$ git clone https://github.com/kazimovzaman2/Star-Social
```
2. Create a virtual environment (optional)
```bash
$ python3 -m venv venv
$ source venv/bin/activate
```
3. Install the dependencies
```bash
$ pip install -r requirements.txt
```
4. Migrate the database
```bash
$ python manage.py migrate
```
5. Run the development server
```bash
$ python manage.py runserver
```
6. Visit `http://localhost:8000` in your browser to view the app 🚀.# 🤝 Contributing
If you are interested in contributing to this project, please fork the repository and create a pull request with your changes 💪.## Demo
#### [Go to demo web site](https://star-social-zaman.glitch.me/)## 📜 License
This project is licensed under the MIT License. 🎉## Authors
- [Zaman Kazimov](https://github.com/kazimovzaman2) - Initial work