This project facilitates efficient task management, allowing for the creation and organization of tasks while distinguishing between incomplete and completed ones.
The implementation involved utilizing technologies such as Node with Express, MongoDB, and EJS to ensure seamless functionality.
Client: EJS
Server: Node, Express
Database: MongoDB
While Testing it on local machine, It uses MongoDB server and System Disk for file
Whereas, After deployment it Dynamically start using MongoDB Atlas and Cloud Storage for Files.
To use it, Follow the installation guide:
- Node.js
- MongoDb (For testing it locally)
- Clone Repo
git clone https://github.com/swayamvasavada/app-task.git - Install dependencies / npm pacakages
npm install- Start the app
npm start