https://github.com/ilshaw/card-server
Card server implementation.
https://github.com/ilshaw/card-server
bun eslint nest typescript
Last synced: 4 months ago
JSON representation
Card server implementation.
- Host: GitHub
- URL: https://github.com/ilshaw/card-server
- Owner: ilshaw
- Created: 2024-06-05T12:48:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T11:13:04.000Z (almost 2 years ago)
- Last Synced: 2025-09-14T20:47:34.206Z (9 months ago)
- Topics: bun, eslint, nest, typescript
- Language: TypeScript
- Homepage:
- Size: 507 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Application description
Auth server implementation.
## Installing dependencies
```bash
$ bun install
```
## Launching application
```bash
$ bun run start:dev
```