Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 346 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 346 Bytes

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.