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-28 14:18:24 -07:00
bin functional RESTful API 2023-09-18 13:43:22 -07:00
controllers updated comments to return in desc order by date 2023-09-28 14:18:24 -07:00
middleware updated authentication scheme 2023-09-27 22:26:37 -07:00
models revised to use httpOnly cookie to store jwt 2023-09-27 16:50:58 -07:00
routes updated authentication scheme 2023-09-27 22:26:37 -07:00
.gitignore functional RESTful API 2023-09-18 13:43:22 -07:00
app.js updated authentication scheme 2023-09-27 22:26:37 -07:00
LICENSE Initial commit 2023-09-14 23:57:08 +00:00
package-lock.json revised to use httpOnly cookie to store jwt 2023-09-27 16:50:58 -07:00
package.json revised to use httpOnly cookie to store jwt 2023-09-27 16:50:58 -07:00
README.md revised to use httpOnly cookie to store jwt 2023-09-27 16:50:58 -07:00

express-blog-api

RESTful blog API implemented in Express. Has POST/GET/PUT/DELETE methods for posts and users. Comments cannot be updated or deleted. Post Creation, Updates and Deletion require jwt token returned when login completed at /login. User Updates and Deletion require a matching jwt token. Hosted on Deta Space at https://expressblogapi-1-v2871156.deta.app/