- Clone this repository and
cdinto it. - Run
docker-compose build. - Run
docker-compose up -dto 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 restoreanddotnet testin test\Meetup to run the tests