Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.23 KB

README.md

File metadata and controls

54 lines (42 loc) · 1.23 KB

🌟 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
$ git clone https://github.com/kazimovzaman2/Star-Social
  1. Create a virtual environment (optional)
$ python3 -m venv venv
$ source venv/bin/activate
  1. Install the dependencies
$ pip install -r requirements.txt
  1. Migrate the database
$ python manage.py migrate
  1. Run the development server
$ python manage.py runserver
  1. 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

📜 License

This project is licensed under the MIT License. 🎉

Authors