Todolist is React application with a NodeJS backend and a MongoDB database Project structure:
├── backend
│ ├── Dockerfile
│ ...
├── compose.yaml
├── frontend
│ ├── ...
│ └── Dockerfile
└── README.md
Project structure:
.
├── Dockerfile
├── README.md
├── app.py
├── compose.yaml
└── requirements.txt
Project structure:
.
├── public
├── src
├── Dockerfile
├── package-lock.json
├── package.json
└── README.md