This is a simple blog application built with Express.js and EJS templates. It allows users to create, read, update, and delete blog posts.
- Create: Users can create new blog posts with a title and content.
- Read: Users can view a list of blog posts with summaries and read the full content of each post.
- Update: Users can edit existing blog posts to update the title or content.
- Delete: Users can delete blog posts they no longer wish to keep.
- Clone the Repository
git clone https://github.com/SahilTyagii/FreshWrite.git - Install Dependencies
cd FreshWrite npm i - Start Development Server
nodemon server.js - Open your browser and navigate to
http://localhost:3000to use the application.
- Express.js
- EJS (Embedded JavaScript) templates
- Bootstrap (for styling)
- Node.js
