Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrmee authored May 29, 2023
1 parent f90d8b5 commit 2725fbc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# BookStore API

BookStore API is a RESTful web service that provides functionality for managing books, categories, orders, and user information. It serves as the backend for a bookstore application, allowing users to browse and purchase books online.

## Technologies Used

- Programming Language: C# with ASP.NET Core
- Database: Entity Framework Core with PostgreSQL
- Authentication and Authorization: JSON Web Tokens (JWT)
- Real-time Communication: SignalR
- API Documentation: Swagger/OpenAPI
- Containerization: Docker

## Features

The API offers the following features:

- Book Management: Create, retrieve, update, and delete books.
- Category Management: Manage book categories.
- Order Management: Place new orders, retrieve orders, and manage order details.
- User Management: Authenticate users and authorize access to protected resources.
- Real-time Updates: Utilize SignalR for real-time communication and updates.
- API Documentation: Explore API endpoints and test them using Swagger UI.

##Installation

To install and set up the project, please follow the steps below:

## Prerequisites
Expand Down

0 comments on commit 2725fbc

Please sign in to comment.