Skip to content
This repository was archived by the owner on Jul 21, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 623 Bytes

File metadata and controls

15 lines (11 loc) · 623 Bytes

blog

  • This is a CRUD application for a Blog site written using the MERN stack in TypeScript Programming Language
  • The basic premise of this application is to simulate a basic CRUD in MERN.

Instructions on How to run the application

  • Clone the Project to your machine
  • Open this in your favorite text editor
  • Open 2 seperate console windows in your text editor
  • Then in FrontEnd and BackEnd directories type the npm i command
  • Then type npm run dev command for both directories and the go to the following localhost link that is provided in the frontend console window

Demo

BLOG_DEMO