Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emxyz authored Dec 19, 2023
1 parent 9ffa6d8 commit c9ae510
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9ae510

Please sign in to comment.