Skip to content
/ mvp Public

The minimum viable product of Con Yappa (Telegram bot).

Notifications You must be signed in to change notification settings

conyappa/mvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Ariel Martínez Silberstein
Mar 22, 2021
e4b89be · Mar 22, 2021
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConYappa MVP

The backend application of YappaBot, version 0.13.1

ER Diagram

Servers

Heroku production app

Heroku staging app

Requirements

Install for local development

Create your local settings (i.e., environment variables)

make setlocalenv

Build the images

docker-compose build --parallel

Optional: drop the database

docker-compose down --volumes

Run the migrations

(Tip: the database might not be ready yet; if it fails then try again)

make migrate

Run the application

docker-compose up

Stop the apps (on another terminal)

docker-compose down

Write some code

Create a development-friendly virtual environment

make createvenv

Un-ignore new files at the .dockerignore as needed.