RESTful blog API implemented in Express. Has POST/GET/PUT/DELETE methods for all posts and comments. Post Creation, Updates and Deletion require jwt token returned when post completed at /api/login. Hosted on Deta Space at https://expressblogapi-1-v2871156.deta.app/api/
Find a file
2023-09-18 13:43:22 -07:00
bin functional RESTful API 2023-09-18 13:43:22 -07:00
controllers functional RESTful API 2023-09-18 13:43:22 -07:00
models functional RESTful API 2023-09-18 13:43:22 -07:00
routes functional RESTful API 2023-09-18 13:43:22 -07:00
strategy functional RESTful API 2023-09-18 13:43:22 -07:00
.gitignore functional RESTful API 2023-09-18 13:43:22 -07:00
app.js functional RESTful API 2023-09-18 13:43:22 -07:00
LICENSE Initial commit 2023-09-14 23:57:08 +00:00
package-lock.json functional RESTful API 2023-09-18 13:43:22 -07:00
package.json functional RESTful API 2023-09-18 13:43:22 -07:00
README.md functional RESTful API 2023-09-18 13:43:22 -07:00

express-blog-api

RESTful blog API implemented in Express. Has POST/GET/PUT/DELETE methods for all posts and comments. Post Creation, Updates and Deletion require jwt token returned when post completed at /api/login. Hosted on Deta Space at https://expressblogapi-1-v2871156.deta.app/api/