Skip to content

Latest commit

 

History

93 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeShop

November/December 2020

Implementations of a very basic coffee shop full stack application. Each version explores new technologies as a method of learning.

Coffee Shop Full Stack App

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

To run either:

  1. cd into the directory of the chosen part
  2. docker-compose up -d -build - if this doesn't work try adding the --force-recreate option or just using docker-compose up
  3. Access for partA's browser is through port 80 while partB's browser is through port 3000
  4. when done docker-compose down

About

Implementations of a very basic coffee shop website

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages