Skip to content

in this project, I have made a backend of a blog-app website using the Express framework of NodeJS. I have also used the JWT-authentication token to verify if the user is valid or not. this project user first logs in and then use to blog app.

Notifications You must be signed in to change notification settings

Rajkumar-coderm/Blog_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog_App

in this project, I have made a backend of a blog-app website using the Express framework of NodeJS. I have also used the JWT-authentication token to verify if the user is valid or not. this project user first logs in and then use to blog app.

Blog-App-Using-Node.js

In this project, I made some endpoints for login user and create posts.


Created a simple blog app. User can sing-up and login and then post any post and also like or dislike the post

In this project, I have made a backend of a blog-app website using Express framework of NodeJS. I have also used JWT-authentication token to verify the if the user is valid or not.

Task Details:

Lets make a simple blog app with only the home page functional. a user should be able to:

-Register using email & password ( use JWT for authentication )
-Login
-Create a post
-See all posts from other users on home page ( sorted from most recent )
-Like/Dislike a post
-see how many likes/dislikes a post

In this project I have used Mysql, jsonwebtoken, Express, Nodemon, and many more.

#install packege

` npm init
npm install mysql
npm install express nodemon jsonwebtoken
npm install knex

`

About

in this project, I have made a backend of a blog-app website using the Express framework of NodeJS. I have also used the JWT-authentication token to verify if the user is valid or not. this project user first logs in and then use to blog app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published