Skip to content

Getting Started

A Basic Todo List App

This is a starting point for todo-list app powered with React, Node, Mongo and Mongo Express.

Tech Stack

image

  • Frontend: React
  • Backend: Node.js
  • Database: Mongo DB
  • Database Admin Interface: MongoExpress

Clone the repository

git clone https://github.com/dockersamples/getting-started-todo-app
cd getting-started-todo-app

Switch to basic branch

git checkout basic

Bringing up the service containers

docker compose up -d

After the application starts, navigate to http://localhost:3000 in your web browser.

Logging into Mongo Express

Enter admin/pass as credential to login into Mongo Express and view the database and collections/items.