Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pxls00/e-commerce-comprehensive
Fullstack simple e-commerce app
https://github.com/pxls00/e-commerce-comprehensive
docker docker-compose express fullstack nuxt3 opentelemetry postgresql typescript vue3
Last synced: 22 days ago
JSON representation
Fullstack simple e-commerce app
- Host: GitHub
- URL: https://github.com/pxls00/e-commerce-comprehensive
- Owner: pxls00
- Created: 2024-09-18T10:10:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T10:19:55.000Z (4 months ago)
- Last Synced: 2024-10-31T10:44:15.201Z (2 months ago)
- Topics: docker, docker-compose, express, fullstack, nuxt3, opentelemetry, postgresql, typescript, vue3
- Language: TypeScript
- Homepage:
- Size: 536 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## **E-commerce App - Quick Start Guide##**
**Prerequisites:**
Before starting, please ensure you have **Docker** installed on your system.
**Setup Instructions:**
App requires:
**localhost:8080** // admin-panel
**localhost:8081** // marketplace
**localhost:3000** // api
**localhost:5432** // postgres
**localhost:4434** // pgadmin
1. Ensure Docker is running on your system.
2. Open a terminal and navigate to the ``root/docker-compose`` directory.
3. Run the following command to build the Docker images:```bash
./up.sh
```This script uses the `docker-compose.yaml` configuration file to build and run all necessary containers.