victorolinasc / speedrun_blogengine

Part of an Elixir teaching class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speedrun Blogengine

This project is part of a teaching class

To run the project you need first to have a Postgres container running on port 5432. We embed a docker-compose configuration to ease setting up the environment.

# Run this to have a database on 5432
docker-compose up -d

To run tests: mix test on the root folder.

About

Part of an Elixir teaching class

License:Apache License 2.0


Languages

Language:Elixir 100.0%