https://github.com/arlequins/favorites
PACKAGE OF FAVORITES(infra, api, front)
https://github.com/arlequins/favorites
docker-compose elasticsearch mariadb nodejs webpack4
Last synced: 3 months ago
JSON representation
PACKAGE OF FAVORITES(infra, api, front)
- Host: GitHub
- URL: https://github.com/arlequins/favorites
- Owner: arlequins
- License: mit
- Archived: true
- Created: 2019-11-02T01:42:18.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-11T11:59:05.000Z (over 3 years ago)
- Last Synced: 2025-07-24T13:01:41.003Z (11 months ago)
- Topics: docker-compose, elasticsearch, mariadb, nodejs, webpack4
- Language: JavaScript
- Homepage:
- Size: 951 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# favorites
## install
```:sh
sh init.sh
# install api
cd api
npm install
# install transfer
cd transfer
npm install
# install tsukuyomi
cd tsukuyomi
npm install
```
## run
```:sh
# api
cd api
nodemon
# tsukuyomi
cd tsukuyomi
npm run start
```
## information
```:sh
# kibana
http://localhost:15601/app/kibana
# elasticsearch
http://localhost:15601
# mariadb
http://localhost:13306
# user: root
# password: root
```