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

https://github.com/tiaansu/caching-server


https://github.com/tiaansu/caching-server

Last synced: 2 months ago
JSON representation

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
```