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

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


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

Last synced: 3 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/).

## How to run

Clone the repository and run the following command:

```bash
$ git clone https://github.com/eedu7/caching-server.git
$ cd caching-server
$ pip install -r requirements.txt
$ python main.py
```
## Origin Url
The request are being made to the Weather-API project