Skip to content

Soonad/Forall-Server

Repository files navigation

Forall Server

Cirrus CI Coveralls github

Forall is the repository for Formality files.

Description

This app is built with Phoenix Framework.

Installation

$ mix deps.get

Running the app

Before starting the server, you need to start all external dependencies (Posgres for now), create the minio bucket, the database and run migrations:

# start dependencies
$ docker-compose up -d

# setup minio bucket
$ mix setup_bucket

# create database
$ mix ecto.create

# run migrations
$ mix ecto.migrate

And then you just need to start the server with one of the two commands below:

# start server in development
$ mix phx.server

# start server in development with a interactive shell
$ iex -S mix phx.server

Test and Checks

# run all tests and checks
$ mix check

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published