https://github.com/rich1eo/be-countries
https://github.com/rich1eo/be-countries
bun expressjs nodejs redis
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rich1eo/be-countries
- Owner: rich1eo
- Created: 2025-11-12T16:51:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-19T17:17:39.000Z (7 months ago)
- Last Synced: 2025-11-19T19:12:01.924Z (7 months ago)
- Topics: bun, expressjs, nodejs, redis
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# be-countries
To install dependencies:
```bash
bun install
```
To run server locally:
```bash
bun dev
```
To build app:
```bash
bun build:app
```
## Redis
To work with application you need to run redis: [Cache Strategy Doc](docs/cache-strategy.md)