Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.35 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.35 KB

Friendbook

Link to project: https://web-production-5c14.up.railway.app/

Full-stack social media app for artists to share their creative content. It's a simplified version of Instagram. Users can create an account, add their avatar photos, add images for the feed, share with others. They can comment on other people's photos and like them.

How It's Made:

Tech used: HTML/CSS, EJS, Cloudinary, Bootstrap, JavaScript, Node.js, Express, MongoDB, Passport for Authentication.

Optimizations:

  • Optimize UI
  • Add option to update the avatar
  • Set options to make photos public and private

Run Locally:

Clone the project

git clone https://github.com/netmagik/friendbook.git

Go to the project directory

cd friendbook

Install dependencies

npm install

Start the server

npm run start

Profile Page

Post Page