https://github.com/quanhieu/nestjs-order-management
https://github.com/quanhieu/nestjs-order-management
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quanhieu/nestjs-order-management
- Owner: quanhieu
- Created: 2024-10-31T15:05:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T19:23:24.000Z (6 months ago)
- Last Synced: 2025-01-09T08:23:00.238Z (4 months ago)
- Language: TypeScript
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)