https://github.com/luisfernandovillalon/blog-api
An API used to sign in, log in users and create, update, and delete posts and messages.
https://github.com/luisfernandovillalon/blog-api
bcrypt controllers expressjs javascript models mogoose mongodb nodejs passportjs routes token
Last synced: 3 months ago
JSON representation
An API used to sign in, log in users and create, update, and delete posts and messages.
- Host: GitHub
- URL: https://github.com/luisfernandovillalon/blog-api
- Owner: LuisFernandoVillalon
- Created: 2024-01-11T21:52:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T23:45:32.000Z (over 1 year ago)
- Last Synced: 2024-11-17T12:19:38.818Z (7 months ago)
- Topics: bcrypt, controllers, expressjs, javascript, models, mogoose, mongodb, nodejs, passportjs, routes, token
- Language: JavaScript
- Homepage: https://blog-api-qdjr.onrender.com
- Size: 6.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog-API
Project: Blog API - The Odin Project# Summary
Created a backend API for a blog. The API can be applied to a front-end to allow users to read posts, sign up and log in, in order to
create posts and comment on them. A user can delete and edit their own posts and comments. Used various validation functions to verify
each step with error messages. Used tokens to authorize REST actions.# Technologies
JavaScript, Express.js, NodeJS, Mongoose, MongoDB, bcrypt, passportjs, token, models, controllers, routes