rakeshkumar1019/MY-SPACE ↗
Created Jun 17, 2022 · View the rakeshkumar1019/MY-SPACE repository page
An animated time-lapse of how rakeshkumar1019/MY-SPACE was built, commit by commit.
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
2
Lines of Code
48
From
May 31, 2020
To
Apr 18, 2022
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.