A kanban board made with the bones of the Leon todo app. The kanban bord has user login and utilizes MVC principals in mind.
- Create a Kanban Board-like app that allows different users to login and keep track of their notes
- Include sharable boards
- General Screen for all users to view Kanbans (Kanban with Titles)
- etc.
- bcrypt, connect-mongo, dotenv, ejs, express, express-flash, express-session, mongodb, mongoose, morgan, nodemon, passport, passport-local, validator
npm install
- Create a
.envfile underconfigfolder, and add the following askey: value- PORT: 2121 (can be any port example: 3000)
- DB_STRING:
your database URI
