Skip to content

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

Notifications You must be signed in to change notification settings

mlaskowski7/friends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages