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.
- Host: GitHub
- URL: https://github.com/gldraphael/evlog
- Owner: gldraphael
- License: mit
- Created: 2018-04-27T16:51:27.000Z (about 8 years ago)
- Default Branch: dev
- Last Pushed: 2025-04-16T10:29:26.000Z (about 1 year ago)
- Last Synced: 2025-05-30T14:45:28.088Z (about 1 year ago)
- Topics: aspnetcore, docker, events, mysql, not-production-ready, xunit
- Language: C#
- Homepage:
- Size: 686 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Evlog
> ⚡️A self-hosted platform for publishing events.
[](https://travis-ci.org/gldraphael/evlog)

> 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)