Skip to content

Parthchokshi/facebook-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SETUP INFO

Backend

  1. Install MAMP - https://www.mamp.info/en/downloads/ and start Apache server
  2. Change database configs in backend/src/util/db.js - Username and Password
  3. import social_media.sql in phpmyadmin to create required database and tables.
  4. npm install
  5. npm start

Frontend

  1. npm install
  2. npm start

Screenshots of application

No Posts

No Posts

Create Post

Create Post

Feed

Feed

Comments

Comments