Bookman is an online platform for purchasing the best books in the world. It was built as a final project for my backend development internship with C# at Vnicom Solutions.
- View all books
- Search and filter books
- Preview all books
- Place an order for a book
- View all orders
- Add a new book
- Edit a book
- Grant order for a book

| Purpose |
Stack |
| Backend |
ASP.NET MVC |
| Database |
MySQL |
| ORM |
EF Core |
| Styling |
Bootstrap |
| Purpose |
Stack |
| App Host |
Azure App Service |
| Database Host |
Azure MySQL Database |
- Hosting Applications on Azure App Service
- Hosting Database on Azure Flexible MySQL Database
- Reporsitory pattern
- Add support for admin to delete a book
- Implement email notification on signup, password reset and deleting book
- Host book images on Azure blob storage
- Store connection string on Azure Key Vault