-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
127 additions
and
32 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,43 @@ | ||
# ddice online shop docker django mysql | ||
## Online Ecommerce Shop example using Docker Django Mysql | ||
|
||
work in progress.. | ||
preview: [ddice.pythonanywhere.com](https://ddice.pythonanywhere.com/) | ||
|
||
<center> | ||
|
||
![banner](banner.png) | ||
|
||
</center> | ||
|
||
<br> | ||
|
||
highlight feature: | ||
|
||
- Filter product form | ||
- Add to Cart, Remove from Cart | ||
- Product summary | ||
- Checkout form | ||
- Guest Account | ||
|
||
<br> | ||
|
||
### Installation | ||
|
||
clone this repository: | ||
|
||
``` | ||
git clone https://github.com/kritserv/online_shop_docker_django_mysql.git | ||
``` | ||
|
||
Setup container using Docker compose. | ||
|
||
Also follow [First setup guide](FIRST_SETUP_GUIDE.md#first-time-setup-guide). | ||
|
||
> **Don't skip** this guide, Django Will **Not** Run Properly If Skipped! | ||
<br> | ||
<br> | ||
|
||
### Other useful command: | ||
|
||
- [grant privileges to the root in mysql](FIRST_SETUP_GUIDE.md#command-to-grant-privileges-to-the-root-user-in-mysql-or-mariadb) | ||
- [fix Nginx Bad Gateway](FIRST_SETUP_GUIDE.md#command-to-fix-nginx-bad-gateway) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
## Online Ecommerce Shop example using Docker Django Mysql | ||
|
||
preview: [ddice.pythonanywhere.com](https://ddice.pythonanywhere.com/) | ||
|
||
<center> | ||
|
||
![banner](banner.png) | ||
|
||
</center> | ||
|
||
<br> | ||
|
||
highlight feature: | ||
|
||
- Filter product form | ||
- Add to Cart, Remove from Cart | ||
- Product summary | ||
- Checkout form | ||
- Guest Account | ||
|
||
<br> | ||
|
||
### Installation | ||
|
||
clone this repository: | ||
|
||
``` | ||
git clone https://github.com/kritserv/online_shop_docker_django_mysql.git | ||
``` | ||
|
||
Setup container using Docker compose. | ||
|
||
Also follow [First setup guide](FIRST_SETUP_GUIDE.md#first-time-setup-guide). | ||
|
||
> **Don't skip** this guide, Django Will **Not** Run Properly If Skipped! | ||
|
||
<br> | ||
<br> | ||
|
||
### Other useful command: | ||
|
||
- [grant privileges to the root in mysql](FIRST_SETUP_GUIDE.md#command-to-grant-privileges-to-the-root-user-in-mysql-or-mariadb) | ||
- [fix Nginx Bad Gateway](FIRST_SETUP_GUIDE.md#command-to-fix-nginx-bad-gateway) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.