Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/igas/elixir_shorty_solution


https://github.com/igas/elixir_shorty_solution

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Elixir Shortly Solution

## Setup

Create postgres database:

```
createdb elixir_solution_dev
createdb elixir_solution_test
mix db.init
```