Fakebook is a Facebook clone, built using React.js, Django, Postgresql. It has the basic capabilities of a social media app with the exception of posting media. This full stack application is created to apply skills learnt in Python programming language, and Django's ORM.
npm i
for frontendpython manage.py runserver
for backend- Here is a working live version of the frontend application: Fakebook
- React.js
- Django - Django REST Framework, Simple-jwt, django-cors-headers, psycopg2
- Postgresql via psycopg2 and Django ORMs
Completed. Might implement additional features like posting media.
This app is created for project 4 of GA SEI-33. Large part of the reason why stems from curiousity about how friends system in social media apps work.