Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slvler/node-blog
https://github.com/slvler/node-blog
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/slvler/node-blog
- Owner: slvler
- Created: 2023-03-19T09:27:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-13T20:42:14.000Z (3 months ago)
- Last Synced: 2024-10-12T06:46:04.711Z (about 1 month ago)
- Language: HTML
- Size: 12.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Node.js Blog Project
### About Create
- Url
```Json
http://localhost:3000/about
```
- Method
```Json
Post
```- Request Data
```Json
{
"title": "title",
"description" : "description",
"mission" : "mission",
"vision" : "vision",
"picture" : "picture"
}
```### Blog Create
- Url
```Json
http://localhost:3000/blog/create
```- Method
```Json
Post
```- Request Data
```Json
{
"head": "blog 1",
"description" : "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatibus laborum autem, dolores inventore, beatae nam.",
"user" : "1",
"picture" : "https://www.linkpicture.com/q/0aAOLlzQ33Jd3qzaHtbUkXutiAUaMP0Q0TlGrBkMt0xuaBPgb9Pt2HO2yZgdT1iMS7rj5fQXuGiyBRGl974e3EMnRsdLcoTOIHab_thumb.jpg"
}
```