Skip to content

Files

35 lines (21 loc) · 921 Bytes
·

README.md

File metadata and controls

35 lines (21 loc) · 921 Bytes
·

Ask Astro Backend API

Prerequisites

Setup local development environment

Generate Env Variable template and add appropriate values

python3 scripts/local_dev.py api-env-template

Run with poetry

  • Initialize the ask-astro API local poetry environment

api.init-poetry-env

  • Run ask-astro API server with poetry

api.run-with-poetry

Run with Docker

  • Run ask-astro API server with docker

api.run-with-docker

  • Stop ask-astro API server container

api.stop-container