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

https://github.com/firmanjs/stockbit-nodejs-test


https://github.com/firmanjs/stockbit-nodejs-test

Last synced: about 1 year ago
JSON representation

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