ExMR - Exam Management Resourse
Find a file
Vladimir Rubin f18fc0ab63
All checks were successful
Checks / check (push) Successful in -4m26s
Build and Push Docker Image / Build and Push Image (push) Successful in -3m52s
chore: bump to 0.2.0
i finally remembered that with each feat commit you're supposed to bump
the minor, not the patch. so i bumped to 0.2.0
2024-12-14 00:35:26 +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: remove "Phoenix Framework" from tab title 2024-12-14 00:34:04 +02:00
priv trans: Translate Register and Log in 2024-12-14 00:33:01 +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.2.0 2024-12-14 00:35:26 +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