Spotifyユーティリティは生産性を向上させます。
ヒント
私たちは @ https://themuzee.web.appです
現在、テストモードでは、ホワイトリストに登録される問題を作成します。
ソフトコーディング原理を使用してこのプロジェクトをコーディングしたため、新しい機能を追加してコードベースを維持するのは簡単です。
ui
? Vue
? Vuetify
Firebase Hosting
サーバ
? Sanic
? PostgreSQL
? DigitalOcean
の? Ubuntu
droplet ui
cd ui/muzee
npm install
# development
npm run dev
# deployment
npm run build
firebase deploy
サーバ
pip install -r requirements.txt
# development
sanic server:dev --port 6969 --host 0.0.0.0
# deployment
sanic server:pod --port 6912 --host --single-process