Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
/ BookingApp Public archive

Simple app for reserving books in ASP 7+

License

Notifications You must be signed in to change notification settings

FANMixco/BookingApp

Repository files navigation

BookingApp

Actions Status

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

preview1

preview2

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

Note:

The default user and password are admin.