Skip to content

Sample Docker App #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

battosai-slayer864
Copy link
Collaborator

I created this branch and followed Docker Docs TO DO LIST, Sample Application which I tested and it works. This is a step forward in understanding Docker and how to use it for future Python apps deployment.

Below is a screenshot of the sample web app with two items added.

Screenshot from 2021-07-24 13-47-55

@Hawaiideveloper
Copy link
Owner

@battosai-slayer864 what happens when you click the links above, please post the output?


## Getting Started

If you wish to run the tutorial, you can use the following command after installing Docker Desktop:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

explain docker compose and why it is used here

Copy link
Owner

@Hawaiideveloper Hawaiideveloper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is the output of this? How do we know this works?


const expectedItem = { id, name, completed: false };

expect(db.storeItem.mock.calls.length).toBe(1);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It appears you have an online store here, please post in your pull request all of this application showing it working

@Hawaiideveloper
Copy link
Owner

Screen Shot 2021-08-06 at 2 12 36 PM

Why are you calling port 8000? But your demo shows 3000?

@Hawaiideveloper
Copy link
Owner

It seems a bit extreme for a sample application, however when you introduce 82 new files, they will need to be explained:

Docker/Docker_Apps_ and_Practice/getting-started/docs/tutorial/sharing-our-app/index.md

Where did this come from ^ ?

@Hawaiideveloper
Copy link
Owner

Why are you holding both mysql and sqlite? Docker/Docker_Apps_ and_Practice/getting-started/app/package.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants