github.com/rakeshkumar1019/MY-SPACE ↗
An animated time-lapse of how rakeshkumar1019/MY-SPACE was built, commit by commit.
Open this visualization on its own page →
Contributors
2
Lines of Code
48
From
2020-05-31
To
2022-04-18
About rakeshkumar1019/MY-SPACE
MY-SPACE is a todo application built with Node.js and Express. The project uses EJS as its templating engine and integrates several middleware and utility packages including body-parser for request parsing, express-session for session management, and connect-flash for flash messaging. It also includes file upload capabilities through multer and email functionality via nodemailer.
The application requires manual installation of Node.js and multiple npm dependencies before it can run. Once set up, the server launches on localhost:8000 and allows users to manage todo tasks. The project uses MySQL for data persistence and includes session-based user management features.