https://github.com/tiaansu/caching-server
https://github.com/tiaansu/caching-server
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tiaansu/caching-server
- Owner: Tiaansu
- Created: 2024-11-27T02:27:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T02:30:03.000Z (6 months ago)
- Last Synced: 2025-02-01T21:12:20.916Z (4 months ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# caching-server
Sample solution for the [caching-server](https://roadmap.sh/projects/caching-server) challenge from [roadmap.sh](https://roadmap.sh) written using bun and hono.
## How to run
Clone the repository and run the following commands:
```bash
git clone https://github.com/tiaansu/caching-server.git
cd caching-server
bun install
```Run the following command to start the server:
```bash
bun start --port --origin
# or bun start --clear-cache
```