Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
/ nasa-demo-api Public archive

This is a demo Fast Api application. Shows Astronomy Picture of the Day.

License

Notifications You must be signed in to change notification settings

zahidkizmaz/nasa-demo-api

Repository files navigation

Nasa Api - Astronomy Picture of the Day

Python 3.10


This is a simple async Fast Api application that uses Nasa Api. This projects aims to discover Fast Api and it is features.

Running on local

  1. Clone the repo.
  2. Make sure you have poetry installed.
  3. Set this environment variable ENV_FOR_DYNACONF="production" to make real requests to nasa api.
  4. Run:
    $ poetry install
    $ uvicorn main:app
  5. Go to localhost:8000/apod

Testing

This project uses pytest.

$ pytest

About

This is a demo Fast Api application. Shows Astronomy Picture of the Day.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published