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.
- 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)
- Backend: Node.js, Express.js
- Templating Engine: EJS
- Styling: Public static files (CSS/Images)
- Utilities: UUID for unique IDs, method-override for PATCH/DELETE