Skip to content

ripple0328/outdoor

Repository files navigation

Build codecov

Outdoor

Outdoor is a application that allow creating and sharing outdoor activities.

Getting Started

These instructions will guide you on how start the app locally for development

  1. Install dependencies
brew bundle
asdf install
mix deps.get
  1. Sart DB, Create and migrate your database
docker compose up
mix ecto.create
mix ecto.migrate
  1. Start the app To start the app locally for development, run the following command:
mix phx.server

try accessing it via http://localhost:4000

  1. Run tests
mix test
  1. format code
mix format