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
- Account Creation
- Post Creation
- User Search
- Account Following/ Unfollowing
npm run dev
npm run build
npm run start
Add your MongoDB URI in /config/keys.js with the format:
module.exports = {
MongoURI: 'MONGODBURI'
}