Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 944 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 944 Bytes

Build and push to DockerHub Docker Image Size (latest by date) Docker Automated build codecov

NodeShop

Custom TypeScript Shop using Express framework for server and MySQL database.


Setup using Makefile:

cd server

make build run

Stop:

make down

Prerequesites:

  • Node.js - possibly a recent release, use nvm to switch between versions.

  • Make

  • Docker and docker-compose