A simple app for reserving books in a Library. Powered by:
- ASP .NET Core MVC 7+
- Entity Framework Core for SQLite
- SQLite
- BootStrap
- DataTable
- jQuery 3+
- JavaScript
- xUnit
To generate the docker image and run it:
docker build -t bookingapp .
docker run --name bookingapp_test --rm -it -p 8000:80 bookingapp
If you don't have access to Visual Studio, you can create the publish folder with this command:
dotnet publish -f net7.0 -r linux-x64 -c Release -o ./publish
The default user and password are admin.