Skip to content

JustSch/social-media-clone-react-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Media Clone React Backend

Repo for the back end of Social Media Clone React. An attempt to replicate the functions of a social media website using nodejs, react, passport, and, mongodb. Based on the original Social Media Clone. The front end is here

alt text

Features:

  • Account Creation
  • Post Creation
  • User Search
  • Account Following/ Unfollowing

Developer Instructions:

npm run dev

Build Instructions:

npm run build
npm run start

Note:

Add your MongoDB URI in /config/keys.js with the format:

module.exports = {
    MongoURI: 'MONGODBURI'
}

About

A Social Media Website Clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published