A minimalistic website to store and view my favourite poems.
https://poems.xirion.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
config | 2 years ago | |
k8s | 2 years ago | |
lib | 2 years ago | |
priv | 2 years ago | |
rel | 2 years ago | |
test | 2 years ago | |
.credo.exs | 2 years ago | |
.dockerignore | 2 years ago | |
.drone.yaml | 2 years ago | |
.formatter.exs | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
.iex.exs | 2 years ago | |
Dockerfile | 2 years ago | |
README.md | 2 years ago | |
deploy.md | 2 years ago | |
docker-compose.yaml | 2 years ago | |
mix.exs | 2 years ago | |
mix.lock | 2 years ago |
README.md
Poems
A minimalistic website to store and view my favourite poems.
Development
To run dps in dev mode:
docker-compose up -d db # Start local postgres db inside a docker container
mix.ecto.reset # Migrate and seed the database
mix phx.server # Start the live reload server