Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dluismendezpy/bookak
- Owner: dluismendezpy
- License: mit
- Created: 2021-12-10T15:09:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T18:24:24.000Z (over 2 years ago)
- Last Synced: 2023-03-09T23:16:41.332Z (almost 2 years ago)
- Topics: asp-net-core, asp-net-mvc, bootstrap4, csharp, css3, html5, visual-studio
- Language: HTML
- Homepage: https://www.luismendezdev.com
- Size: 754 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)