<aside>
💡
To-Do-App with Data Persistence
</aside>
To install the To-Do Application on Docker, follow these steps:
- Install Docker on your machine if you haven't already.
- Data on the container must persistence.
GuideLine to install
Clone the repo from the following Link
Result
- Browse at your browser <your ip address>:3000

- Application is working at port 3000
- Must persistence data under the /etc/todos of data
- After delete and rebuild the container, data should not loss.
Lab Environment