From c9ae510d83252f6788f624107ed9ce2f8b0dcf99 Mon Sep 17 00:00:00 2001 From: Emma Zheng <31500648+emxyz@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:01:17 -0500 Subject: [PATCH] Update README.md --- README.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ab20b1e..478ff29 100644 --- a/README.md +++ b/README.md @@ -5,23 +5,18 @@ A web app that gives you info about your Spotify listening habits, recommends songs, and also tests your music knowledge! ## DockerHub Links - -Continuous delivery to Docker Hub: https://hub.docker.com/repository/docker/megalo99/fivepeat/general +https://hub.docker.com/r/emxyz/5-final-project-fivepeat-web ## Instructions to Run 1. Clone the repository from Github +2. Navigate to the project root folder # Local -2. `pipenv install` -3. `pipenv shell` -4. `python app.py` +3. `pipenv install` +4. `pipenv shell` +5. `python app.py` # Using Docker -2. `docker-compose up —build` - - -In the root directory, run ```docker-compose up --build``` - -Navigate to localhost:5000 to access the web app +3. `docker-compose up —build` ### Contributors Danica Jin - https://github.com/dj9771