TUTEDUDE_TODO_MONGODB

Tutedude Todo App (MongoDB)

A simple and modern Todo List web application built with Node.js, Express, MongoDB (Atlas), and EJS.
Live Demo


Features


Demo

https://tutedude-todo-mongodb.onrender.com/


Tech Stack


Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/akurathikamal/TUTEDUDE_TODO_MONGODB.git
    cd TUTEDUDE_TODO_MONGODB
    
  2. Install dependencies:
    npm install
    
  3. Set up environment variables:

    Create a .env file in the root directory and add your MongoDB connection string:

    MONGODB_URI=your-mongodb-atlas-connection-string
    
  4. Run the app:
    npm start
    

    The app will run on http://localhost:3000


Folder Structure

.
├── public/         # Static files (CSS, JS)
├── views/          # EJS templates
├── .env            # Environment variables
├── index.js        # Main server file
├── package.json
└── README.md

Author


Acknowledgements