Giter VIP home page Giter VIP logo

elixir-internal-certification's Introduction

[![Build Status](CI_BADGE_URL goes here)](REPO_URL goes here)

Introduction

App introduction goes here ...

Project Setup

Erlang & Elixir

  • Erlang 25.0.4

  • Elixir 1.14.0

Node

Development

  • Install Docker for Mac

  • Setup and boot the Docker containers:

    make docker_setup
  • Install Elixir dependencies:

    mix deps.get
  • Install Node dependencies:

    npm install --prefix assets
  • Install chromedriver for Wallaby browser tests

    Homebrew

    brew install --cask chromedriver

    Debian/Ubuntu

    brew install --cask chromedriver
  • Setup the databases:

    mix ecto.setup
  • Start the Phoenix app

    iex -S mix phx.server
  • Run all tests:

    mix test
  • Run tests with watch option:

    mix test.interactive # Watch the whole test suite
    
    mix test.interactive test_file_path # Watch a specific test file
    
    mix test.interactive test_file_path:line_number # Watch a specific test line number
  • Run all lint:

    mix codebase
  • Fix all lint:

    mix codebase.fix
  • Test coverage:

    mix coverage

Production

  • Build Docker image

    docker-compose build

CI/CD

The project relies entirely on Github Actions for CI/CD via multiple workflows located under the .github/workflows/ directory. Please check out the .github/workflows/README.md file for further instructions.

Project documentation

Most of the documentation is located in the .github/wiki directory, which is published to the project's Github wiki.

elixir-internal-certification's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.