Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mo4islona/lingocard-test


https://github.com/mo4islona/lingocard-test

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

## Install

```yarn install```

## Develop
```
docker-compose up db -d
yarn start
```

## Build image
```make build```
or
```docker build -t "localhost/lingua-card-api:latest" .```

## Run all in docker
```docker-compose up -d```