Journaling fullstack application
Link to project: Live
Tech used: NodeJs, Express, HTML, CSS, JavaScript
Packages/Dependencies used bcrypt, connect-mongo, dotenv, ejs, express, express-flash, express-session, mongodb, mongoose, morgan, nodemon, passport, passport-local, validator, dayjs, moment, nunjucks
Fullstack web application where users can log in, and submit entries for how they felt they day went. Users are able to track their life with data from the application that shows dates where they felt happy, neutral, or sad. Insights tab is for users to get an overall view of their life.
npm install
- Create a
.envfile in config folder and add the following askey = value- PORT = 3000 (can be any port example: 3000)
- DB_STRING =
your database URI - SECRET =
your secret phrase. can be anything
Take a look at these couple examples that I have in my own portfolio:
