Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 711 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 711 Bytes

Project Title

Simple Blog Application with CRUD functionality.

Table of Contents

  1. Introduction
  2. Features
  3. Installation
  4. Contact

Introduction

Provide a brief overview of your project. Explain its purpose, goals, and any relevant background information.

Features

List key features or functionalities of your project.

  • Created withot using any databse, stores data in array of objects.
  • CRUD

Installation

# Install all the dependencies with the help of
npm install

# Use this command to run the project.
node index.js

Contact