Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theanujdev/json-server-blog
Blog website made using json-server. GET, POST, DELETE Http methods performed.
https://github.com/theanujdev/json-server-blog
api blog javascript json-server vannila-javascript-projects
Last synced: 5 days ago
JSON representation
Blog website made using json-server. GET, POST, DELETE Http methods performed.
- Host: GitHub
- URL: https://github.com/theanujdev/json-server-blog
- Owner: theanujdev
- License: mit
- Created: 2021-01-29T06:38:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T12:27:23.000Z (over 2 years ago)
- Last Synced: 2024-05-11T18:14:11.083Z (6 months ago)
- Topics: api, blog, javascript, json-server, vannila-javascript-projects
- Language: HTML
- Homepage:
- Size: 284 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
git clone https://github.com/theanujdev/json-server-blog.git
```- Go to the project directory
```bash
cd json-server-blog
```- Install dependencies
```bash
npm install
```- Start the JSON server
```bash
npm run dev
```- Open index.html file
## Screenshots
![Blog Home](https://raw.githubusercontent.com/theanujdev/json-server-blog/master/img/home.png)
![Create Blog](https://raw.githubusercontent.com/theanujdev/json-server-blog/master/img/create_blog.png)
![Blog](https://raw.githubusercontent.com/theanujdev/json-server-blog/master/img/blog.png)
## Feedback
If you have any feedback, please reach out at [@theanujdev](https://twitter.com/theanujdev)
## Authors
- [@theanujdev](https://www.github.com/theanujdev)
## License
[MIT](https://choosealicense.com/licenses/mit/)