A mini social network. Built with django backend framework and with html and css for frontend. The application have features
- Users should be able to sign up/sign in, and create a profile for themselves.
- Search for other users
- View other users' profiles & make them friends/unfriend them.
- View a list of mutual friends between users.
Still missing featuers So we can build it togather
- Clone this repo on your local machine
- Setup and activate python virtual environment
python3 -m venv <name>
activate for ubundusource <name>/bin/activate
activate for mac./<name>/bin/activate
and install Djnagopip3 install Django
and pillow librarypip3 install pillow
- Navigate terminal to the location where manage.py exisists
- Run
pythoon3 manage.py runserver 8000
- Open the link on your terminal to get the socialmedia app on your local device
- django 4.1.7
- pillow
- python 3.10.6
- Solve any issues with this repository.
- Find a problem and fix it, or build your own suggestions.
- Add a README.md file with your name as the heading that explains your work inside the Contributors folder.
- Only add libraries that you added in the main README file and other details in your custom README.