Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.09 KB

README.md

File metadata and controls

65 lines (38 loc) · 1.09 KB

JSON Server Blog

Overview

This project is a simple blog website whose backend is made with JSON server. GET, POST, DELETE Http methods performed.

Tech Stack

Client : HTML, CSS

Server : JSON Server

Features

  • Get blogs
  • Create blog
  • Delete blog

Run Locally

  • Clone the project
git clone https://github.com/theanujdev/json-server-blog.git
  • Go to the project directory
cd json-server-blog
  • Install dependencies
npm install
  • Start the JSON server
npm run dev
  • Open index.html file

Screenshots

Blog Home

Create Blog

Blog

Feedback

If you have any feedback, please reach out at @theanujdev

Authors

License

MIT