You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CMS-style blog site similar to a Wordpress site, where developers can publish their blog posts and comment on other developers’ posts as well. This app follows the MVC paradigm in its architectural structure, using Handlebars.js as the templating language, Sequelize as the ORM, and the express-session npm package for authentication.
This project is made exclusively on my own to make the 5-form from previous project work properly. I've created local databases and all the data is written and then gotten from these databases. You can now create a new user, sign in to reach clients contacts database and then create new client, edit existing client or delete clients.