/friends

Friends is my fullstack social media web app, with user authorization, feed, like and comment functionalities.

Primary LanguagePython

friends

Friends is my fullstack social media web app, with user authorization, feed, like and comment functionalities. Backend created in python with django framework, integrated with SQLite database. Frontend created with help of Tailwind CSS, jQuery and AJAX. Sample posts images are taken from unsplash.

To run the severver - run undermentioned commands, while in project dir, then go to http://127.0.0.1:8000/users/ in your web browser.

source virtual-env/Scripts/activate
cd friendsProject
python manage.py runserver

superuser credentials: username-admin, password-superuser123

Screenshots

Feed View

image image

Comments shown: image

Login View:

image

Register View:

image

New Post View:

image

Your Posts View:

image

Edit Profile View:

image

Change Password View:

image