An open API service indexing awesome lists of open source software.

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.

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