This software is designed to be used by the Conway, AR non-profit City Of Hope. It is used to track volunteer hours, create reports containing total hours over timespans, calculate value of hours, and allow volunteers to view and print reports.
In order to set up encryption, you must enter your domain in Startup.cs and Program.cs. It will automatically get a SSL certificate using the Let's Encrypt service.
Note: You MUST create a Docker Volume if you do not wish to lose all data once restarting a container.
- Run
docker pull ivyjshdx/cohovolunteertracking
- Run
docker run -p 5000:5000 -p 5001:5001 ivyjshdx/cohovolunteertracking
This is what should be used for development.
- Clone the project.
docker build -t localreponame .
docker run -p 5000:5000 -p 5001:5001 localreponame
- Run
dotnet run