avwx-rest / avwx-api

REST API for parsing aviation weather data
https://avwx.rest
MIT License
71 stars 89 forks source link

Added docker-compose.yml + readme #2

Closed JanC closed 5 years ago

devdupont commented 6 years ago

The readme does need to be expanded (and be useful) yes, but having a MongoDB backend available is not necessary for working on the API. The avwx_api.cache.Cache class handles the lack of a database connection and forces the API to go through the normal process of fetching and parsing the report. This is in fact preferable to caching during development as core-level changes might not be executed if the cache is still technically valid.

JanC commented 6 years ago

ok I see, I’ll update the development readme steps to reflect this

JanC commented 6 years ago

I've updated the readme

devdupont commented 6 years ago

Merged but some fixes will need to be made before pushing to server

JanC commented 6 years ago

Merged

You mean closed?

devdupont commented 6 years ago

You're right. Posted on the wrong one.

JanC commented 5 years ago

something went wrong during rebase :) I'm closing this