ExMR - Exam Management Resourse
Find a file
Vladimir Rubin 053bfed5e6
All checks were successful
Checks / check (push) Successful in -6m23s
Build and Push Docker Image / Build and Push Image (push) Successful in -5m25s
chore: bump to 0.1.4
2024-12-12 18:59:36 +02:00
.forgejo/workflows ci: migrate to forgejo 2024-12-07 16:27:41 +02:00
assets feat: add dark mode 2024-12-01 18:48:39 +02:00
config fix: warning 2024-11-29 22:38:42 +02:00
lib style: mix format 2024-12-12 18:52:36 +02:00
priv trans: errors.po 2024-12-12 18:52:07 +02:00
rel/overlays/bin ci(docker): add autobuild dockerimages 2024-11-28 10:47:13 +02:00
test fix(formatting): fix some formatting 2024-11-17 21:47:37 +02:00
.dockerignore ci(docker): add docker files 2024-11-28 01:21:27 +02:00
.formatter.exs first commit 2024-11-14 23:33:29 +02:00
.gitignore ci(docker): add autobuild dockerimages 2024-11-28 10:47:13 +02:00
docker-compose.yml feat: add toggable registration 2024-11-28 12:31:10 +02:00
Dockerfile style: fix casing 2024-12-01 00:44:29 +02:00
LICENSE chore: add license 2024-12-01 17:10:36 +02:00
mix.exs chore: bump to 0.1.4 2024-12-12 18:59:36 +02:00
mix.lock chore: update phoenix_live_view to 1.0.0 2024-12-11 22:36:47 +02:00
README.md ci(formatting): add formatting and linting 2024-11-17 21:46:55 +02:00

ExMR

ExMR - Exam Managment Resource

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more