Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
St3plox authored Oct 23, 2023
1 parent 5d877d4 commit 55cb9de
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ The project follows best practices for GitHub repositories, ensuring a clean and

- **src/main:** Contains the main source code of the application.
- **src/test:** Includes test cases to validate the functionality of the implemented features.
- **config:** Holds configuration files for Spring Boot and other settings.
- **docs:** Documentation files for better understanding and usage of the API.

## Usage

1. Clone the repository:

```bash
git clone https://github.com/your-username/secure-chat-api.git
2. Run the project.

```bash
./mvnw spring-boot:run
## Learning Purpose
This project was developed for learning purposes, combining Java Spring Boot, Spring Security, PostgreSQL, and Guava Cache to build a secure and efficient REST API. Feel free to explore, modify, and contribute to enhance the functionalities and security aspects of the SecureChat API.

0 comments on commit 55cb9de

Please sign in to comment.