Skip to content

Commit

Permalink
Merge pull request #18 from ChabVlad/create_tests
Browse files Browse the repository at this point in the history
README added
  • Loading branch information
ChabVlad authored Oct 29, 2024
2 parents 7aedac5 + ca7b1aa commit a82c9e3
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@

---

# Book Store Service
# Book Store

Book Store is a comprehensive service for managing book purchases. It supports various operations including book catalog management, shopping cart functionality, and order processing.

Expand Down Expand Up @@ -83,6 +80,22 @@ Handles CRUD operations for shopping cart items.
- **Java**: Ensure you have Java 17 installed.
- **Docker**: Docker is required to run the project in a containerized environment.

### Environment Variables Template

To run the application, create a `.env` file in the root of your project and populate it with the following environment variables:

```
MYSQLDB_USER=user
MYSQLDB_DATABASE=yourdb
MYSQLDB_ROOT_PASSWORD=your_password
MYSQLDB_LOCAL_PORT=3307
MYSQLDB_DOCKER_PORT=3306
SPRING_LOCAL_PORT=8088
SPRING_DOCKER_PORT=8080
DEBUG_PORT=5005
```

### Steps to Run

1. Clone the repository.
Expand Down

0 comments on commit a82c9e3

Please sign in to comment.