minimal photo blogging app featuring multiple users, auth, photo upload / storage, mongodb database, chronological feed, minimal design, responsive. Link to project: ..blog (can take 30 - 45 seconds to start up the server on render's free tier)
Full stack social media protoype application made using express and MVC architecture. The frontend is rendered using EJS templating
HTML, CSS, JavaScript, EJS, Node.js, Express, cloudinary, mongoDb, multer, passport.Js, bCrypt, bootstrap, deployed on render
Create a .env file in config folder and add the following as key = value
PORT = 2121 (can be any port example: 3000) DB_STRING = your database URI CLOUD_NAME = your cloudinary cloud name API_KEY = your cloudinary api key API_SECRET = your cloudinary api secret