An ecommerce website built with Express, Node, React, docker, docker-compose and MySQL.
- Clone the repo
- Install docker and docker-compose
- Run
bash build.sh
to build the docker image - Run
docker-compose up
to start the server - Goto
localhost:3001
to view the website
- You can open phpmyadmin at
localhost:8080
to view the database - You can access backend api at
localhost:3000