A blog API built with Node js
-
- Sign Up
- Confirm Email Address
- Login
- Logout
- Stateful Jwt Authentication
-
- Create Posts
- Get Posts
- Update Posts
- Delete Posts
-
- All endpoints are tested
- Mongoose - Interfacing with mongodb
- Express js - The core of the API
- bcrypt - Password hashing
- jwt - generating and verifying tokens
- nodemailer - Sending confirmation Emails
- jest - Testing
See package.json for full list of Dependencies