Social Networking System with Django in Backend and JavaScript in Frontend
- View All Friends with unfriend button
- View All Friend Requests and accept/cancel
- Edit all personal information(avatar/bio/public information)
- View all posts
- Edit/Delete any post
- View all likes and comments for every post
- Add new post
- All pots
- Like/Comment on any post
- Add new post
- clone this project
- install virtualenv
pip install virtualenv
- create new virtual environment
py -m venv venv
- activate the new virtual
.\venv\Scripts\activate
- install requirements.txt
pip install -r requirements.txt
- run local server to begin
py manage.py runserver
- go live with localhost:8000