This is Mjishu Book! My take on different social media apps with all of the core functionality.
The motivation behind this app was directed by The Odin Project, and came to life under the belief that: If im using something so often in my life shouldn't I know what goes into it? The purpose of this app was to answer just that!
Viewing the app is as simple as clicking the link here!
git clone https://github.com/mjishu/mjishu-book.git
cd mjishu-book
cd server
npm install
cd server
npm run dev
cd client
npm run dev