Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KhanbalaRashidov committed Aug 18, 2024
1 parent ce5897d commit c8c9415
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,25 @@ One-Time Secret Share is a secure application for sharing one-time viewable mess
The project directory is organized as follows:


```
one-time-secret-share/
├── html/
├── header.html # Common header template
├── index.html # Home page template
├── layout.html # Base layout template
├── message.html # Template for displaying messages
├── note.html # Template for displaying a single note
├── notfound.html # Template for 404 error page
└── success.html # Template for success messages
├── html
├── header.html # Common header template
├── index.html # Home page template
├── layout.html # Base layout template
├── message.html # Template for displaying messages
├── note.html # Template for displaying a single note
├── notfound.html # Template for 404 error page
└── success.html # Template for success messages
├── handler.go # HTTP request handlers
├── helpers.go # Helper functions for error handling and template rendering
├── models.go # Data models for the application
├── main.go # Entry point for the application
├── Dockerfile # Docker configuration for building and running the application
├── docker-compose.yml # Docker Compose configuration for services
└── README.md # This documentation file
```




Expand Down

0 comments on commit c8c9415

Please sign in to comment.