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

https://github.com/gldraphael/evlog

⚡️A cross-platform self-hosted software to publish the events you host.
https://github.com/gldraphael/evlog

aspnetcore docker events mysql not-production-ready xunit

Last synced: about 1 year ago
JSON representation

⚡️A cross-platform self-hosted software to publish the events you host.

Awesome Lists containing this project

README

          

# Evlog
> ⚡️A self-hosted platform for publishing events.

[![Travis (.org)](https://img.shields.io/travis/gldraphael/evlog/dev.svg?logo=travis&style=flat-square)](https://travis-ci.org/gldraphael/evlog)
![Azure DevOps tests](https://img.shields.io/azure-devops/tests/gldraphael/evlog/2/dev.svg?style=flat-square&logo=azure-pipelines)

> This is a work in progress. You can follow along by checking the issues on this repository, and the [public board](https://miro.com/app/board/o9J_knu59m8=/). And ofcourse, the source code too. If you have ideas or feature suggestions, please open a new issue.

## Quickstart using docker-compose

```bash
docker-compose build
docker-compose up
```

The app will be served at `http://localhost:8080`.

Default credentials:

```
Username: admin@example.com
Password: theadmin'spassword
```

## Documentation Index

1. [Local dev environment setup](./docs/development.md)
1. [Application configuration](./docs/configuration.md)