A service for getting images URL from NASA Astronomy Picture of the Day API.
Includes a Postman collection.
To override config variables (from app.env file), set the environment values to be different than:
export PORT=8080
export API_KEY=DEMO_KEY
export CONCURRENT_REQUESTS=5
-
Run server
make server
-
Run tests
make test
-
Run server from a docker container
make serverfromdocker