https://github.com/omarmakled/shopping-cart
small demo shopping cart
https://github.com/omarmakled/shopping-cart
docker-compose nodejs react tailwindcss typescript
Last synced: 3 months ago
JSON representation
small demo shopping cart
- Host: GitHub
- URL: https://github.com/omarmakled/shopping-cart
- Owner: OmarMakled
- Created: 2023-09-01T12:25:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T12:26:29.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T12:14:43.367Z (over 1 year ago)
- Topics: docker-compose, nodejs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

## Installation
- To start the project you need to run `docker-compose up -d` it will pull the images if not exist and spin up the containers.
## Install & run web
`docker-compose exec web npm install` & `docker-compose exec web npm run start`