2022-09-01 12:41:22 -04:00
2022-09-01 12:41:22 -04:00
2022-08-27 11:08:27 -04:00
2019-12-06 18:13:43 -05:00
2019-12-06 18:13:43 -05:00
2019-12-11 19:47:19 -05:00
2022-09-01 12:41:22 -04:00
2019-12-06 18:13:43 -05:00
2019-12-06 18:13:43 -05:00
2020-01-20 13:18:47 -05:00
2022-08-17 21:19:14 -04:00
2020-01-20 13:18:47 -05:00

Voyage

Life is a journey.

Requirements

Python 3.7+
PostgreSQL 11.5+
Python packages: gunicorn aiohttp aiohttp_jinja2 asyncpg uvloop

Install

$ psql
postgres=# CREATE DATABASE "voyage";
postgres=# CREATE USER "voyage" WITH PASSWORD 'password';
postgres=# GRANT ALL PRIVILEGES ON DATABASE "voyage" TO "voyage";
postgres=# \q
  1. Get on the floor
  2. Walk the dinosaur

Usage

gunicorn voyage:init_app --bind localhost:5450 --worker-class aiohttp.GunicornWebWorker

Description
Life is but a dream.
Readme 381 KiB
Languages
Python 58.9%
HTML 18.9%
JavaScript 16.6%
CSS 5.6%