Skip to content

Fullstack MERN app with posts, comments, photo and video uploading

Notifications You must be signed in to change notification settings

thejoshuahendrix/MiniFacebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Facebook

by Joshua Hendrix

This is a facebook like clone with picture and video uploading.

It has user authentication using MongoDB

To run:

git clone the repo

Replace env-example.txt with your .env and credentials for MongoDB Atlas and your JWT secret

cd server

yarn install

cd ../ && cd client

yarn install

Open two terminals

In 1st

cd server

yarn start

In 2nd

cd client

yarn start

About

Fullstack MERN app with posts, comments, photo and video uploading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published