Skip to content

Commit

Permalink
Update hours
Browse files Browse the repository at this point in the history
  • Loading branch information
isakpulkki committed May 22, 2023
1 parent 3b7c50c commit 6a8e93d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ The purpose of this project is to develop an application that provides users wit

Application can be accessed here: [Weather-Based Recommender](http://128.214.253.51:3000/)

## Available scripts

```bash
# Compose and run frontend and backend in ports 5000 and 3000 (respectively)
$ docker compose up
```

## Documentation

* [Working hours](/docs/hours.md)
Expand All @@ -17,11 +24,5 @@ Application can be accessed here: [Weather-Based Recommender](http://128.214.253
* [Product Backlog](https://github.com/orgs/HelsinkiUniCollab/projects/1)
* [Sprint 0 Backlog](https://github.com/orgs/HelsinkiUniCollab/projects/1/views/1)

## Available scripts

```bash
# Compose and run frontend and backend in ports 5000 and 3000 (respectively)
$ docker compose up
```


2 changes: 1 addition & 1 deletion docs/hours.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| | Monday 15.5. | Tuesday 16.5. | Wednesday 17.5. | Thursday 18.5. | Friday 19.5. | Saturday 20.5. | Sunday 21.5. | Total |
| ------- | ------------ | ------------- | --------------- | -------------- | ----------------------- | -------------- | ------------ | --------- |
| Juuso | 3 Aloitus | - | - | 0,5 | 7 Docker, CSC | 0,5 | 3 Learning Docker| 14 |
| Isak | 3 | 1,5 | - | 0,5 | 7 | 1,5 | 1,5 | 15 |
| Isak | 3 | 1,5 | - | 0,5 | 7 | 2 | 2 | 16 |
| Sami S. | 3 | - | - | 6 | 6 | - | - | - |
| Sami M. | 3 | - | - | - | 7 | - | 3 | 13 |
| Pia | 6 | - | - | 7,5 | 7,5 | 7,5 | 4 | 32,5 |
Expand Down
2 changes: 1 addition & 1 deletion recommender-back/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The Flask server will start running, and you can access the API at http://localh
$ pytest
```

## Running in a Docker container
## Docker

```bash
# Build image
Expand Down

0 comments on commit 6a8e93d

Please sign in to comment.