Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tadateruki/portfolio-server


https://github.com/tadateruki/portfolio-server

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# portfolio-server

ポートフォリオ用のサーバーです。

## 開発資源

コンパイラ: Rust 1.65.0

データベース: [Cloud Firestore](https://firebase.google.com/products/firestore) by Google

## 実行方法

`cargo run` による実行
```
$ PROJECT_ID=(FirebaseのプロジェクトID) \
GOOGLE_APPLICATION_CREDENTIALS=(FirebaseのCredentialsの入ったjsonファイルへの相対パス) \
PRIVATE_KEY=(任意の秘密鍵) \
cargo run
```