Some of the Previous projects I have worked on, take a look!
This is a full stack Twitter-like social media app, it allows users to write posts and follow other users, and presents a “timeline” of followed user posts. It creates a profile for individual users when they sign up and stores their data on a mongoDB database and manages their session with tokens. The server is built with Express.js and it serves EJS templates to the browser and follows an MVC architecture.