An open API service indexing awesome lists of open source software.

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!

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