Skip to content

Commit

Permalink
add new contents
Browse files Browse the repository at this point in the history
  • Loading branch information
knhnd committed Jan 11, 2025
1 parent 9ea170c commit 5dab7f3
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 4 deletions.
25 changes: 23 additions & 2 deletions src/content/docs/tutorials/flask/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
---
title: Flask でつくる WebAPI
title: Flask入門
tableOfContents: false
---

準備中...
#### 概要

サーバサイドのアプリケーションとして `Python` の軽量フレームワーク `Flask` を用いて `WebAPI` の開発を行う。

#### ソフトウェア

授業で使用するソフトウェア

- [Visual Studio Code (VSCode)](https://code.visualstudio.com/)
- [Python](https://www.python.org/)
- [SQLite](https://www.sqlite.org/)
- [Postman](https://www.postman.com/)

### Index

| | | |
| :---- | :---- | :---- |
| 1 | [環境構築とプロジェクト構成](https://drive.google.com/file/d/18FpLZm6BfNUeyaFgC-4xvvwd7fr2jTyz/view?usp=drive_link) | 演習の準備とセットアップ |
| 2 | [モジュールとデータ](https://drive.google.com/file/d/1cGG5iMRdN208QmtGmYhAdXCTQq57fXxY/view?usp=drive_link) | Pythonの自作モジュールの開発 |
| 3 | [HTTPとJSON](https://drive.google.com/file/d/1plblAr5EdWGANPLlokKDqGoXguoNNCco/view?usp=drive_link) | HTTPメソッドとJSONデータの処理 |
| 4 | [データベースとSQL](https://drive.google.com/file/d/1oD9n5IwqBmtfZY2HLKCFLrfpOA2eXW56/view?usp=drive_link) | SQLiteを用いたデータベース操作 |
| 5 | [WebAPIとCRUD処理](https://drive.google.com/file/d/1JQcaAxB8dNqfvCV5plkK5q_FaBQJ-UE5/view?usp=drive_link) | REST API の設計とデータベース操作 |
2 changes: 1 addition & 1 deletion src/content/docs/tutorials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ tableOfContents: false

#### コース一覧

- ###### [FlaskでつくるWebAPI](./flask/) (準備中)
- ###### [Flask入門](./flask/) (準備中)
- ###### [SwiftUI iOSアプリ開発入門](./swift/) (準備中)
20 changes: 19 additions & 1 deletion src/content/docs/tutorials/swift/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,22 @@ title: SwiftUI iOSアプリ開発入門
tableOfContents: false
---

準備中...
#### 概要

モバイルアプリ開発の入門として `iOS` のアプリを開発する。Appleが開発したプログラミング言語 `Swift` のUIフレームワークである `SwiftUI` を用いてアプリを実装する。

#### ソフトウェア

使用するソフトウェア

- [Xcode](https://developer.apple.com/jp/xcode/)
- [Swift](https://developer.apple.com/jp/swift/)
- [SwiftUI](https://developer.apple.com/jp/xcode/swiftui/)

### Index

| | | |
| :---- | :---- | :---- |
| 1 | []() | |
| 2 | []() | |
| 3 | []() | |

0 comments on commit 5dab7f3

Please sign in to comment.