Myspace is a robust social media platform developed using Django and MySQL, designed to provide users with a seamless and engaging social networking experience.
-
User Authentication:
- Secure user registration and authentication system.
- Password reset functionality for user convenience.
-
Profile Management:
- Update and manage user profiles with ease.
-
Friendship System:
- Send, receive, accept, and delete friend requests for meaningful connections.
-
Post Management:
- Create and delete posts effortlessly.
-
Post Interactions:
- Like and comment on posts to encourage user engagement.
-
Backend:
- Django
-
Database:
- MySQL
- Clone the repository:
git clone https://github.com/someshbhandare/myspace.git
- Install dependencies:
pip install -r requirements.txt
- Run migrations:
python manage.py migrate
- Start the development server:
python manage.py runserver
This project is licensed under the MIT License.