An ASP.NET-based bulletin board.
Please, use Docker to install the app.
Run the below setup command to build the container.
$ ./setup.sh
Start the app in development mode:
$ ./start.sh
The first registered user will automatically be given Admin access.
Finally, load http://localhost in your browser.