/full-stack-demo

Example of running Docker with Compose, Redis, Nginx and Reverse Proxying

Primary LanguageJavaScript

Full Stack Assignment

It was fun to implement, learned a few new things from it.

Requirements

  • npm
  • Docker and Docker Compose

Running the project

  • Clone repository and cd into it
  • Run npm install
  • Run (sudo) docker-compose up
  • The API is available on port 8080, the web app on 80.