/Calendar

A simple Web app for learning CRUD

Primary LanguageC#MIT LicenseMIT

Calendar

GitHub Actions build badge

A simple Web app for learning CRUD.

Setup

To build:

# This must be run from a Bash shell.
# On Windows, you can use Git Bash.
make

To run:

# Note: this must be your working directory for the app to find appsettings.json
cd dist
./Calendar.WebService