Skip to content

KipCodes/dbo-checklist-app

Repository files navigation

Introduction

A Simple ToDo App is built using the MVC Architecture, we have also implemented "authorization" so folx can sign up, customize & personalize the app

Objectives

  • It's a beginner level app created to understand how MVC concept and logins are added
  • Plans to build it out further for use in a retail store roll

Who is this for?

  • It's for beginners & intermediates with little more experience, to help understand the various aspects of building a node app with some complex features
  • Ultimately, plans are to implement a hierarchical strategy for use in a retail environment to distribute tasks and track progress

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

About

An app designed as a workload/task list assistant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published