FANMixco / BookingApp

Simple app for reserving books in ASP 7+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple app for reserving books in ASP 7+

License:MIT License


Languages

Language:C# 52.5%Language:HTML 46.3%Language:CSS 1.1%Language:JavaScript 0.2%