November/December 2020
Implementations of a very basic coffee shop full stack application. Each version explores new technologies as a method of learning.
PartA is the version using incredibly basic HTML/JavaScript, Node Javascript, and MySQL for the client, server, and database, respectively.
PartB is the MERN version using React TypeScript, Node Typescript, and MongoDB for the client, server, and database, respectively.
PartC (In Progress) is the version utilizing Vue TypeScript, Deno TypeScript, and MongoDB for the client, server, and database, respectively. Get back to this sometime in the future when I want to practice Vue more
- cd into the directory of the chosen part
docker-compose up -d -build- if this doesn't work try adding the--force-recreateoption or just usingdocker-compose up- Access for partA's browser is through port 80 while partB's browser is through port 3000
- when done
docker-compose down