https://github.com/eedu7/caching-server
https://github.com/eedu7/caching-server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eedu7/caching-server
- Owner: eedu7
- Created: 2024-09-12T03:53:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T04:48:46.000Z (9 months ago)
- Last Synced: 2025-02-01T23:45:21.620Z (4 months ago)
- Language: Python
- Size: 4.88 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/).
## 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