https://github.com/firmanjs/stockbit-nodejs-test
https://github.com/firmanjs/stockbit-nodejs-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/firmanjs/stockbit-nodejs-test
- Owner: firmanJS
- Created: 2020-02-20T09:43:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:22:43.000Z (over 3 years ago)
- Last Synced: 2025-02-02T09:41:34.181Z (about 1 year ago)
- Language: JavaScript
- Size: 138 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stockbit test expressjs
running in local manualy
copy environment variabel type in terminal like this
```sh
cp .env-sample .env
```
```sh
npm install
```
```sh
npm run start
```
running via docker-compose
```sh
docker-compose up --build
```
or process in background
```sh
docker-compose up --build -d
```