Skip to content

SahilTyagii/FreshWrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreshWrite: Blog WebApp Using EJS

This is a simple blog application built with Express.js and EJS templates. It allows users to create, read, update, and delete blog posts.

Home Page

Features

  • 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.

Installation

  1. Clone the Repository
    git clone https://github.com/SahilTyagii/FreshWrite.git
    
  2. Install Dependencies
    cd FreshWrite
    npm i
    
  3. Start Development Server
    nodemon server.js
    
  4. Open your browser and navigate to http://localhost:3000 to use the application.

Technologies Used

  • Express.js
  • EJS (Embedded JavaScript) templates
  • Bootstrap (for styling)
  • Node.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published