Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/victorolinasc/speedrun_blogengine
- Owner: victorolinasc
- License: apache-2.0
- Created: 2021-04-12T13:30:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T19:18:56.000Z (over 3 years ago)
- Last Synced: 2024-05-09T21:33:48.075Z (6 months ago)
- Language: Elixir
- Size: 42 KB
- Stars: 10
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.