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.
[] mega-linter
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.
-
Open a command prompt
cd src\anniversaryreminder dotnet build dotnet ef database update
-
Create the app and a new blank database.
-
Open a command prompt and execute
cd src/anniversaryreminder dotnet build dotnet ef database update
-
Create the app and a new blank database.
-
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/
.
-
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/
.
-
Open a command prompt and execute
cd src\anniversaryreminder dotnet publish -c Release -o [RELEASEDIRECTORY]
-
Open a command prompt and execute
cd src/anniversaryreminder dotnet publish -c Release -o [RELEASEDIRECTORY]
EUPL-1.2 © Jürgen Mülbert