vivekbiragoni / Blogger

The Blogger Website is a user-friendly platform for bloggers to create, manage, and share their content effortlessly. Built on Express.js, Node.js, and EJS, it offers a distraction-free writing experience.
MIT License
1 stars 0 forks source link

Establish the relation between user and the posts table #3

Closed vivekbiragoni closed 5 months ago

vivekbiragoni commented 5 months ago

Currently, the user table, which is utilized for login and registration, is not sufficiently interconnected with the posts table. If there is a well-built connection, ignore the issue. Otherwise, address it. Ideally, The user to the posts table should have a one-to-many relationship.