An open API service indexing awesome lists of open source software.

https://github.com/grzegorz-krajewski/elixir-handover-lab

Elixir/Phoenix learning project focused on taking over, documenting and dockerizing existing applications.
https://github.com/grzegorz-krajewski/elixir-handover-lab

backend docker ecto elixir handover learning-project phoenix postgresql

Last synced: 21 days ago
JSON representation

Elixir/Phoenix learning project focused on taking over, documenting and dockerizing existing applications.

Awesome Lists containing this project

README

          

# Elixir Handover Lab

A small Elixir/Phoenix learning project focused on understanding how to take over, run, document and dockerize an existing Elixir application.

The goal of this repository is not only to learn Elixir syntax, but also to practice the workflow needed when inheriting an existing project:
- reading project structure,
- identifying dependencies,
- running the application locally,
- preparing Docker-based development environment,
- documenting setup steps,
- writing basic tests,
- understanding Phoenix, Ecto and OTP fundamentals.