This project is a simple blog website whose backend is made with JSON server. GET, POST, DELETE Http methods performed.
Client : HTML, CSS
Server : JSON Server
- Get blogs
- Create blog
- Delete blog
- 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
If you have any feedback, please reach out at @theanujdev