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.
- π User authentication and registration
- π₯ Groups
- π Post creation and viewing
- Python 3.9
- Django 4.1
- Pip
- Virtualenv (optional)
- Clone the repository to your local machine
$ git clone https://github.com/kazimovzaman2/Star-Social
- Create a virtual environment (optional)
$ python3 -m venv venv
$ source venv/bin/activate
- Install the dependencies
$ pip install -r requirements.txt
- Migrate the database
$ python manage.py migrate
- Run the development server
$ python manage.py runserver
- Visit
http://localhost:8000
in your browser to view the app π.
If you are interested in contributing to this project, please fork the repository and create a pull request with your changes πͺ.
This project is licensed under the MIT License. π
- Zaman Kazimov - Initial work