Skip to content

Pittan/perfume-database

Repository files navigation

PerfumeDatabase

UNDER CONSTRUCTION!


Build Status on CircleCI Deploy Status on Netlify

English follows Japanese

データ

/src/data で詳細を確認できます。

クライアントアプリ

Angular CLI v9.0.3 で生成されました。

開発用サーバー

ng serve で開発用サーバーを起動できます。 http://localhost:4200/ で確認できます。 ソースファイルを変更すると、自動で更新して内容を反映します。

コードのスキャフォールディング

ng generate component component-name で新しいコンポーネントを生成することができます。 他には、 ng generate directive|pipe|service|class|guard|interface|enum|module もできます。

ビルド

ng build でプロジェクトをビルドすることができます。成果物は dist/ ディレクトリに格納されます。 --prod フラグで本番環境用のビルドを行うことができます。

ユニットテストを実行する

ng testKarma を使ったユニットテストを行うことができます。

エンドツーエンドテストを実行する

ng e2e で、 Protractor を使ったエンドツーエンドテストを行うことができます。

さらに不明な点は…

Angular CLI についてもっとヘルプが欲しい場合は ng help コマンドまたは Angular CLI README を参照してください。

やること

  • 実装
    • Songs
    • Albums
    • Tours
    • Events
    • Places
    • Helper
  • Perfumeのライブデータを入力する
  • UIデザイン
  • UIの多言語対応(英語)

Data

See /src/data for more details.

Client App

This project was generated with Angular CLI version 9.0.3.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

やること

  • Implementation
    • Songs
    • Albums
    • Tours
    • Events
    • Places
    • Helper
  • Input all Perfume's live data
  • UI Design
  • UI i18n(en)

About

💿Perfume live history database on web app. Work in Progress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published