Skip to content

dockersamples/wearedevelopers-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo list application

This repo provides a simple todo application, based on a Node backend and a React frontend.

NOTE: This application/repo was developed specifically for the 2023 WeAreDevelopers conference. This repo will not be maintained. You can use the tags in the repo to navigate through the samples.

Development

Install the following components in order to start development.

  1. Install Docker Desktop (if you don't have it yet)
  2. Use Docker Compose to launch the application using docker compose up -d.
  3. Start the Compose watcher by running docker compose alpha watch

Open your browser to http://localhost:3000 to view the frontend. The backend will be running on http://localhost:3030.

About

The sample application used for Docker's WeAreDevelopers 2023 talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published