pnpm install
pnpm devdocker network create bucks-cafe-network
docker run -d --name my_backend_dock --network bucks-cafe-network -e MYSQL_ROOT_PASSWORD=root -p 3307:3306 mysql:latestRun the queries from the sql files in the following order:
tables.sqlseed.sql
docker build --no-cache -t bucks-cafe-backend .
docker run --network bucks-cafe-network -p 8000:8000 bucks-cafe-backend- ExpressJS
- Typescript