theanujdev / json-server-blog

Blog website made using json-server. GET, POST, DELETE Http methods performed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Blog website made using json-server. GET, POST, DELETE Http methods performed.

License:MIT License


Languages

Language:HTML 46.6%Language:JavaScript 30.2%Language:CSS 23.2%