Skip to content

latefebruary/geo-tasks-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages