diff --git a/.github/assets/software/day03/software_api_client_server.png b/.github/assets/software/day03/software_api_client_server.png new file mode 100644 index 0000000..fe5eba3 Binary files /dev/null and b/.github/assets/software/day03/software_api_client_server.png differ diff --git a/Software/day02/2 - ORM/Typescript/.gitignore b/Software/day02/2 - ORM/Typescript/.gitignore new file mode 100644 index 0000000..11ddd8d --- /dev/null +++ b/Software/day02/2 - ORM/Typescript/.gitignore @@ -0,0 +1,3 @@ +node_modules +# Keep environment variables out of version control +.env diff --git a/Software/day02/3 - noSQL/resources/resources.json b/Software/day02/3 - noSQL/resources/resources.json index 75ab774..157fd82 100644 --- a/Software/day02/3 - noSQL/resources/resources.json +++ b/Software/day02/3 - noSQL/resources/resources.json @@ -66,7 +66,7 @@ "_id": 5, "name": "Billie Eilish", "genre": "alternative", - "nbfans": 6000000, + "nbfans": 7000000, "musics": [ { "_id": 6, diff --git a/Software/day03/Go/README.md b/Software/day03/Go/README.md index fa5a5aa..c24249b 100644 --- a/Software/day03/Go/README.md +++ b/Software/day03/Go/README.md @@ -30,7 +30,7 @@ and standard. The most popular is [REST](https://en.wikipedia.org/wiki/Represent Here's a simple schema of an API and a client: -![server client relation](../../.github/assets/software_api_client_server.png) +![server client relation](../../../.github/assets/software/day03/software_api_client_server.png) This subject will give you all the knowledge required to create a secure REST API. diff --git a/Software/day03/Typescript/README.md b/Software/day03/Typescript/README.md index d502226..5355a7d 100644 --- a/Software/day03/Typescript/README.md +++ b/Software/day03/Typescript/README.md @@ -30,7 +30,7 @@ and standard. The most popular is [REST](https://en.wikipedia.org/wiki/Represent Here's a simple schema of an API and a client: -![server client relation](../../.github/assets/software_api_client_server.png) +![server client relation](../../../.github/assets/software/day03/software_api_client_server.png) This subject will give you all the knowledge required to create a secure REST API.