https://github.com/dockersamples/wearedevelopers-2023
The sample application used for Docker's WeAreDevelopers 2023 talk
https://github.com/dockersamples/wearedevelopers-2023
Last synced: about 1 year ago
JSON representation
The sample application used for Docker's WeAreDevelopers 2023 talk
- Host: GitHub
- URL: https://github.com/dockersamples/wearedevelopers-2023
- Owner: dockersamples
- License: apache-2.0
- Created: 2023-07-27T12:32:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T11:04:33.000Z (over 1 year ago)
- Last Synced: 2025-03-26T10:11:21.387Z (about 1 year ago)
- Language: JavaScript
- Size: 332 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
1. Use Docker Compose to launch the application using `docker compose up -d`.
1. 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.