Сайт SPACE GAZE посвящён тематике космоса. Для отображения данных используется API NASA и локальный репозиторий. На сайте можно увидеть:
The SPACE GAZE website is dedicated to the theme of space. It uses the NASA API and a local repository to display data. The site features:
- Фото дня (Astronomy Picture of The Day/APOD)
- Фото Земли (The Earth Polychromatic Imaging Camera/EPIC)
- Фото с марсохода Curiosity (Mars Rover Photos)
- Погода за фиксированный период времени на Марсе (Weather Services)
Для корректной работы всех сервисов необходимо отключить VPN
The services require a VPN to be disabled for proper functionality.
- Открываем в редакторе скачанный репозиторий / Open the downloaded repository in your editor.
- Запускаем терминал / Open the terminal.
- Прописываем команду npm install / Run the command npm install.
- После установки зависимостей запускаем сборку командой npm run dev / After installing the dependencies, run the build command npm run dev.
- В отдельном терминале запускаем сервер командой npm run server / In a separate terminal, start the server with the command npm run server.