a simple blog api
Install dependencies:
$ npm installStartup the Server:
$ npm run start- List all blog posts:
- Query one blog post by id:
- Create a blog post:
- Update a blog post:
- Delete a blog post:
| Name | Name | Last commit date | ||
|---|---|---|---|---|
a simple blog api
Install dependencies:
$ npm installStartup the Server:
$ npm run start