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

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)

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
```