- Clone this repository and
cd
into it. - Run
docker-compose build
. - Run
docker-compose up -d
to start the web server. - Go to http://localhost:5000/ in a browser. You should see the homepage of the meetup application.
- Run
docker-compose run --rm devtools schedule <name> <description> <scheduledfor>
to use the CLI tool for scheduling meetups. - Run
dotnet restore
anddotnet test
in test\Meetup to run the tests