Skip to content

nealmick/TotallySocial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Totally.Social

Totally Social is a media platform built to create connections and spark new innovation. Developed with React for the front-end and Django for the back-end, the platform offers a dynamic feed of user-generated posts, enabling anyone in the world to easily engage with the latest trends. Overall, the project showcases my ability to design and develop a user-friendly and interactive social media platform that can drive engagement and foster connections.

Project Structure:

mysite - Backend django rest framework api:
      1.  Mysite - Default django app
      2.  Accounts - Authorization, Authentication, and identity
      3.  Profiles - Account images, Followers, Status, etc
      4.  SM - Main django app for posts, feed, and messages

sm-web - Frontend react UI/UX components:
      1.  Profiles - Profile badge, follower button, message button
      2.  Posts - Post content, like button, images, comments, feed
      3.  Lookup - Handles interaction with api, GET and POST requests

Install:

git clone https://github.com/nealmick/TotallySocial

pip install -r requirements.txt

python3 manage.py runserver

npm install

npm run build

npm start

Screenshots: