# tudo **Repository Path**: mirrors_dwyl/tudo ## Basic Information - **Project Name**: tudo - **Description**: :white_check_mark: Want to see where you could help on an open dwyl issue? - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/dwyl/tudo.svg?branch=master)](https://travis-ci.org/dwyl/tudo) [![codecov](https://codecov.io/gh/dwyl/tudo/branch/master/graph/badge.svg)](https://codecov.io/gh/dwyl/tudo) # Tudo You will need the following environment variables in your path: ```bash #!/bin/bash export SECRET_KEY_BASE= export GITHUB_CLIENT_ID= export GITHUB_CLIENT_SECRET= export GITHUB_ACCESS_TOKEN= export HOOK_ENDPOINT= ``` To start the app: * Install dependencies with `mix deps.get` * Create and migrate your database with `mix ecto.create && mix ecto.migrate` * Install Node.js dependencies with `npm install` * Seed the database with `mix run priv/repo/seeds.exs` * Start Phoenix endpoint with `mix phoenix.server` NB. if you get errors here, please see if this helps: https://github.com/dwyl/learn-phoenix-framework/issues/53 Now you can visit [`localhost:4000`](http://localhost:4000) from your browser. ## Learn more * Official website: http://www.phoenixframework.org/ * Guides: http://phoenixframework.org/docs/overview * Docs: https://hexdocs.pm/phoenix * Mailing list: http://groups.google.com/group/phoenix-talk * Source: https://github.com/phoenixframework/phoenix