Skip to content

jmuelbert/anniversaryreminder

anniversaryreminder

anniversaryreminder is a program that do you remind you to anniversaries in a company. i.e. The employee is 10 Years, 25 years in the company. Or the employee has birthday.


Gitpod Ready Code Release CI on Branches and PRs CodeQL Codacy Security Scan [MegaLinter]FOSSA Status mega-linter GitHub All Releases Issues Help wanted issues Pull Requests pre-commit Codecov Misspell fixer Documentation License

Features | Documentation | Changelog | Contributing | FAQ

anniversaryreminder is free software; you can redistribute it and/or modify it under the terms of the European Public License Version 1.2. Please read the LICENSE for additional information.

The master branch represents the latest pre-release code.

Requests and Bug reports

Questions or Comments

Wiki

Building

Requirements

For Windows

For Linux

For Mac

Prepare the App

Windows

  • Open a command prompt

        cd src\anniversaryreminder
        dotnet build
        dotnet ef database update
  • Create the app and a new blank database.

Linux or macOS

  • Open a command prompt and execute

        cd src/anniversaryreminder
        dotnet build
        dotnet ef database update
  • Create the app and a new blank database.

Run the anniversaryreminder App

Run on Windows

  • Open a command prompt and execute

        cd src\anniversaryreminder
        dotnet run
  • This hosts the app in a console application - Application started at URL http://localhost:5000/.

Run on Linux or macOS

  • Open a command prompt and execute

        cd src/anniversaryreminder
        dotnet run
  • This hosts the app in a console application - Application started at URL http://localhost:5000/.

Publish the anniversaryreminder App

Publish on Windows

  • Open a command prompt and execute

        cd src\anniversaryreminder
        dotnet publish -c Release -o [RELEASEDIRECTORY]

Publish on Linux or macOS

  • Open a command prompt and execute

        cd src/anniversaryreminder
        dotnet publish -c Release -o [RELEASEDIRECTORY]

License

EUPL-1.2 © Jürgen Mülbert

FOSSA Status