latefebruary / geo-tasks-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini

Installation

Run these commands in order to build application and create database

mix do deps.get, deps.compile, compile

mix ecto.create

Make sure PostGIS extension to the database is installed.

psql mini_repo -c 'CREATE EXTENSION postgis;'
mix ecto.migrate

mix run --no-halt

Testing

Run tests with mix test command

About


Languages

Language:Elixir 100.0%