Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apavazza/ecommerce
An eCommerce webapp
https://github.com/apavazza/ecommerce
apache bootstrap docker docker-compose dockerfile ecommerce javascript jquery php postgresql webapp
Last synced: about 10 hours ago
JSON representation
An eCommerce webapp
- Host: GitHub
- URL: https://github.com/apavazza/ecommerce
- Owner: apavazza
- License: gpl-3.0
- Created: 2023-11-09T18:02:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-19T22:03:46.000Z (8 months ago)
- Last Synced: 2024-05-19T23:21:18.575Z (8 months ago)
- Topics: apache, bootstrap, docker, docker-compose, dockerfile, ecommerce, javascript, jquery, php, postgresql, webapp
- Language: JavaScript
- Homepage: https://apavazza.github.io/ecommerce/
- Size: 10.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Clone the repository using `git clone --recurse-submodules`
## Docker
To create and start docker containers execute
`docker-compose -f docker-compose.dev.yml up --build -d`To start already existing containers execute
`docker-compose -f docker-compose.dev.yml start`To stop all containers execute
`docker-compose -f docker-compose.dev.yml stop`To stop and delete all containers execute
`docker-compose -f docker-compose.dev.yml down`Change `docker-compose.dev.yml` to `docker-compose.prod.yml` in order to use the production version. Not recommended for debugging.