-
Notifications
You must be signed in to change notification settings - Fork 5
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
👍🏼 Scaffold 💯 #13
Comments
This ticket is significant; it will help you understand how everything will be together. Therefore, please take it seriously. Four essential parts can be treated individually in the
Please try to see each of them separately and understand how they work. For Django, here is a good starting point. For the database, see how it is set up. The resource listed above should explain the remaining list respectively. |
* add project container image * fix #13 * add frontend image and .dockerignore * add ui application * deleted db.sqlite3 * update config.yml add workflows
Description
Create a scaffold code for the project, including three containers
server
,test,
anddatabase.
Acceptable Criteria
docker-compose.yml
fileTest
Technical Info
There is a helpful link that helps you understand how to set it up for Django and react:
https://medium.com/@gagansh7171/dockerize-your-django-and-react-app-68a7b73ab6e9
https://docs.docker.com/samples/django/
https://justdjango.com/blog/django-docker-tutorial
Video: https://www.youtube.com/watch?v=t79HDLC5kQA
The text was updated successfully, but these errors were encountered: