-
Nodejs. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.
-
SQLLite SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is the most widely deployed database in the world with more applications than we can count, including several high-profile projects.
_ ExpressJs
Running applications. Make sure node js & yarn is installed in system.
-
npm install
-
npm start
"/login" "/logout" "/register"
"/tasks-to-do" "/tasks-completed" "/task/:taskId"
"/add-task"
"/mark/:taskId"
"/delete/:taskId"
"/edit-name", "/change-password"
"/delete-account"
"/admin/all-tasks"
"/admin/mark/:taskId"
"/admin/delete-task/:taskId"
"/admin/all-users"
"/admin/delete-user/:userId"