The Fakebook Messing application is created according to the assignment from The Odin Project course.
Demo here
- Follow and Unfollow
- News feed display all posts (preview) of users we're following
- View and edit profile
- View all posts of a user
- Create a post
- Like a post
- Comment on a post
- Like a comment
- View all connections of a user
HTTPS
git clone https://github.com/minhhoccode111/fakebook-messing.git
or SSH
git clone git@github.com:minhhoccode111/fakebook-messing.git
then run server
cd fakebook-messing/back
npm install
npm run dev
then run client
cd fakebook-messing/front
npm install
npm run dev
then navigate here
- See all my projects' live demos
- See my previous project Messaging App Front and Messaging App Back