Skip to content

himasaif/Blog_App_updated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Blog App ๐Ÿ“

Blog App is a complete application for managing blogs with users.
It is built using Node.js and Express with Sequelize ORM for database management.


๐Ÿ“Œ Features

  • User Management:

    • Register new users (Sign up).
    • User login.
    • Get all users.
    • Update or delete a user.
  • Blog Management:

    • Create a new blog.
    • Get all blogs.
    • Update an existing blog.
    • Delete a blog.
    • Each blog is linked to a user through Sequelize associations.

๐Ÿ› ๏ธ Tech Stack

  • Backend: Node.js + Express
  • Database ORM: Sequelize
  • Database: MySQL
  • Authentication: bcrypt for password hashing
  • Tools: GitHub Desktop, Postman for API testing

โš™๏ธ Installation & Setup

  1. Clone the repository:
    git clone https://github.com/username/new_blog_app.git
    cd new_blog_app

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors