Skip to content

akshatjain142/instagram-posts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instagram-posts

REST Insta

A simple Instagram-style RESTful application built with Node.js, Express, and EJS.
You can view, create, edit, and delete posts with images and captions.

Features

  • View all posts
  • Add a new post (username, image URL, caption)
  • View a single post in detail
  • Edit the caption of a post
  • Delete a post
  • RESTful routing with method-override
  • Uses in-memory storage (no database)

🛠 Tech Stack

  • Backend: Node.js, Express.js
  • Templating Engine: EJS
  • Styling: Public static files (CSS/Images)
  • Utilities: UUID for unique IDs, method-override for PATCH/DELETE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors