Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 864 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 864 Bytes

GalapagOS

Build Lint Heroku

Ground-support Operations System for Endeavour's Darwin Rocket.

the galapagos islands

Server

Requirements

  • python ^3.7
  • poetry ^0.12.13

Commands

# install
poetry install

# lint
poetry run flake8

# test
poetry run pytest

# run development server
cd src && poetry run python main.py

Production Server

cd src && poetry run gunicorn main:server