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

https://github.com/quanhieu/nestjs-order-management


https://github.com/quanhieu/nestjs-order-management

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Development start

- Run application

```
docker compose up -d
```

- Or run `yarn dev`

## Production start

To get the `base64-encoded-username-and-password`, run the following command (replace `myusername:mypassword` with your registry credentials):

```
echo -n 'myusername:mypassword' | base64
```

- Update Base64 `auth` to [registry-credentials.json](./registry-credentials.json)

- Start docker compose

```
docker compose -f docker-compose.prod.yml up -d
```

## Document API

[Swagger](http://localhost:8000/api)