pirataspinhal / reading_bot

PvP's bot to help people maintain a consistent reading habit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadingBot

Requirements

  • Elixir
  • PostgreSQL (or Docker)

Getting Started

To install Elixir refer to the official installation guide

To start postgres using docker, run:
docker run -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=postgres --name reading_bot_db postgres

Then create the database and migrate with: mix ecto.create && mix ecto.migrate

About

PvP's bot to help people maintain a consistent reading habit


Languages

Language:Elixir 100.0%