Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 735 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 735 Bytes

Blogger API

This is a complete backend API for a Blogging App written in Node.js and GraphQL.

Deployed at Heroku servers

Features:

  1. Store password in the Database in encrypted form using npm package bcryptjs.

  2. Implement Authorization and authentication using jsonwebtoken.

  3. Use ES6 syntax of javascript using the babel

  4. Provides paging and sorting options.

Note:

Plz contact me if you want to work on the front-end part for the app. I will explain you the all the nitty-gritty details of using it, but for that you have to be good at javascript.