Skip to content

pawlobanano/NASA-Astronomy-Picture-of-the-Day-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gogo Space

A service for getting images URL from NASA Astronomy Picture of the Day API.

docs/

Includes a Postman collection.

Environment variables

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

Makefile

  • Run server

    make server
  • Run tests

    make test
  • Run server from a docker container

    make serverfromdocker