Skip to content

teejcoder/Happy-Lists

Repository files navigation

Introduction

Happy Lists is built using the MVC Architecture, we have also implemented "authorization" so users can sign up, customize & personalize the app

For quick access to this app, click the button below

forthebadge

Objectives

  • Stylish TODO APP - MVC concept and logins are added

Packages/Dependencies used

bcrypt, connect-mongo, dotenv, ejs, express, express-flash, express-session, mongodb, mongoose, morgan, nodemon, passport, passport-local, validator


Install all the dependencies or node packages used for development via Terminal

npm install


Things to add

  • Create a .env file and add the following as key: value
  • PORT: 2121 (can be any port example: 3000)
  • DB_STRING: your database URI

Have fun testing and improving it! 😎