Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/victorolinasc/speedrun_blogengine

Part of an Elixir teaching class
https://github.com/victorolinasc/speedrun_blogengine

Last synced: 27 days ago
JSON representation

Part of an Elixir teaching class

Awesome Lists containing this project

README

        

# 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.

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

To run tests: `mix test` on the root folder.