Skip to content
Snippets Groups Projects
user avatar
Tamim Almahdi authored
073e7fc3
History

Best Listens Dockerized App

This is the version of Best Listens with user auth containerized within docker.

Pre-requisites

Ensure you have Docker Desktop downloaded and open to connect containers and images

pip install flask

pip install -U flask-cors

You will need Flask library installed for python (pip install flask)

Start the app using Docker

Within the root directory, use the following command to start the applications:

$ docker-compose up

Runs the app in the dockerized mode.
Open http://localhost:3000 to view it in the browser.

Starts the following containers in order:

  • postgres
  • userMicroservice
  • front-end