Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dluismendezpy/bookak

Bookak is a book manager for web. It is built using ASP.NET CORE and bootstrap4
https://github.com/dluismendezpy/bookak

asp-net-core asp-net-mvc bootstrap4 csharp css3 html5 visual-studio

Last synced: about 1 month ago
JSON representation

Bookak is a book manager for web. It is built using ASP.NET CORE and bootstrap4

Awesome Lists containing this project

README

        

# Bookak administrator

#### Bookak is a book manager for web. It is built using ASP.NET CORE and bootstrap 4

### Bookak is compatible with
- Visual Studio
- Visual Studio Code
- Rider

### To run bookak on your computer
**Clone this repo**
`https://github.com/dluismendezpy/bookak.git`

**Open your terminal or Package Manager Console and type**

add-migration
update-database

### Requirements
- Visual Studio (or any IDE or editor of your choice)
- MSSQL SERVER
- .NET CORE 5 (ASP.NET Core Runtime (Hosting Bundle))

### Dependencies
- Microsoft.EntityFrameworkCore.SqlServer
- Microsoft.EntityFrameworkCore.Tools
- Microsoft.VisualStudio.Web.CodeGeneration.Design
- Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation

### Note
To create DB manually, use [query.sql.](https://github.com/dluismendezpy/bookak/blob/main/BooksAdministration/QueriesBox/query.sql)