Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pittan/perfume-database
💿Perfume live history database on web app. Work in Progress.
https://github.com/pittan/perfume-database
Last synced: 5 days ago
JSON representation
💿Perfume live history database on web app. Work in Progress.
- Host: GitHub
- URL: https://github.com/pittan/perfume-database
- Owner: Pittan
- Created: 2020-02-22T15:33:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T15:51:33.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T22:16:55.972Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://data.perfumehub.app/
- Size: 2.02 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UNDER CONSTRUCTION!
_English follows Japanese_
## データ
[`/src/data`](https://github.com/Pittan/perfume-database/tree/master/src/data) で詳細を確認できます。## クライアントアプリ
[Angular CLI](https://github.com/angular/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 test` で [Karma](https://karma-runner.github.io) を使ったユニットテストを行うことができます。
### エンドツーエンドテストを実行する
`ng e2e` で、 [Protractor](http://www.protractortest.org/) を使ったエンドツーエンドテストを行うことができます。
### さらに不明な点は…
Angular CLI についてもっとヘルプが欲しい場合は `ng help` コマンドまたは [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md) を参照してください。
## やること
- [ ] 実装
- [ ] Songs
- [ ] Albums
- [ ] Tours
- [ ] Events
- [ ] Places
- [ ] Helper
- [ ] Perfumeのライブデータを入力する
- [ ] UIデザイン
- [ ] UIの多言語対応(英語)## Data
See [`/src/data`](https://github.com/Pittan/perfume-database/tree/master/src/data) for more details.## Client App
This project was generated with [Angular CLI](https://github.com/angular/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](https://karma-runner.github.io).
### Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
### Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
## やること
- [ ] Implementation
- [ ] Songs
- [ ] Albums
- [ ] Tours
- [ ] Events
- [ ] Places
- [ ] Helper
- [ ] Input all Perfume's live data
- [ ] UI Design
- [ ] UI i18n(en)