$ git clone [email protected]:NelsonEAX/aiohttp.git aiotest
$ cd aiotest
$ mv .env.example .env
$ pip install -r requirements.txt
$ python3 app.py
SECRET_KEY='kGVpDE_X9rNsyJfQTLKSK65FoXAZ7bJ3nfALpt6oCZs='
PG_DATABASE = 'database'
PG_USERNAME = 'postgres'
PG_PASSWORD = 'postgres'
PG_SERVER = '127.0.0.1'
PG_PORT = 5432
To fill the database with test data, execute the script from the file.
Open in browser http://localhost:8080/