Skip to content

Code4Dopamine/FS-Kanban

Repository files navigation

Introduction

A kanban board made with the bones of the Leon todo app. The kanban bord has user login and utilizes MVC principals in mind.

App_Overview


Objectives

  • Create a Kanban Board-like app that allows different users to login and keep track of their notes

Future Developments:

  • Include sharable boards
  • General Screen for all users to view Kanbans (Kanban with Titles)
  • etc.

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 under config folder, and add the following as key: value
    • PORT: 2121 (can be any port example: 3000)
    • DB_STRING: your database URI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published