/Blog-app

A simple blog web application using Node, Express and EJS.

Primary LanguageCSSMIT LicenseMIT

Blog application

A simple Blog web application using Node, Express and EJS.

  • This application will allow users to create and view blog posts.
  • Posts will not persist between sessions as no database is used.

Getting started

  1. Clone the repository
    git clone https://github.com/bindu-1805/Blog-app.git
    
  2. Navigate to the project directory
    cd Blog-app
    
  3. Install dependencies
    npm install
    
  4. Run the app
    node app.js
    

Preview

Get a sneak peak of the application below!

  1. Start

  2. Create a post

  3. View blogs