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