Of course the README misses things.
This commit is contained in:
		
							parent
							
								
									4df16439bf
								
							
						
					
					
						commit
						37f94ed1db
					
				
					 1 changed files with 15 additions and 9 deletions
				
			
		
							
								
								
									
										24
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										24
									
								
								README.md
									
										
									
									
									
								
							| 
						 | 
					@ -8,8 +8,8 @@
 | 
				
			||||||
<div align="center">
 | 
					<div align="center">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[]()
 | 
					[]()
 | 
				
			||||||
[](https://github.com/cotti/MessengerPlusSoundBankExtractor/issues)
 | 
					[](https://github.com/cotti/guestbooky/issues)
 | 
				
			||||||
[](https://github.com/cotti/MessengerPlusSoundBankExtractor/pulls)
 | 
					[](https://github.com/cotti/guestbooky/pulls)
 | 
				
			||||||
[](/LICENSE)
 | 
					[](/LICENSE)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
| 
						 | 
					@ -23,12 +23,15 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 📝 Table of Contents
 | 
					## 📝 Table of Contents
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- [About](#about)
 | 
					
 | 
				
			||||||
- [Getting Started](#getting_started)
 | 
					- [📝 Table of Contents](#-table-of-contents)
 | 
				
			||||||
- [Deployment](#deployment)
 | 
					- [🧐 About ](#-about-)
 | 
				
			||||||
- [Usage](#usage)
 | 
					- [🏁 Getting Started ](#-getting-started-)
 | 
				
			||||||
- [Built Using](#built_using)
 | 
					- [🕸️ Prerequisites](#️-prerequisites)
 | 
				
			||||||
- [Authors](#authors)
 | 
					- [🎈 Usage ](#-usage-)
 | 
				
			||||||
 | 
					- [🚀 Deployment ](#-deployment-)
 | 
				
			||||||
 | 
					- [⛏️ Built Using ](#️-built-using-)
 | 
				
			||||||
 | 
					- [✍️ Authors ](#️-authors-)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 🧐 About <a name = "about"></a>
 | 
					## 🧐 About <a name = "about"></a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -40,7 +43,7 @@ It includes many concepts that are very reasonable to tinker with as learning ma
 | 
				
			||||||
 | 
					
 | 
				
			||||||
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.
 | 
					These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Prerequisites
 | 
					## 🕸️ Prerequisites
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- .NET 8.0
 | 
					- .NET 8.0
 | 
				
			||||||
- A running instance of MongoDB
 | 
					- A running instance of MongoDB
 | 
				
			||||||
| 
						 | 
					@ -59,6 +62,7 @@ You will be able to see in `build/docker-compose.public.yml` that the applicatio
 | 
				
			||||||
      - CLOUDFLARE_SECRET=0x000000000000000000000000000000000
 | 
					      - CLOUDFLARE_SECRET=0x000000000000000000000000000000000
 | 
				
			||||||
      - MONGODB_CONNECTIONSTRING=mongodb://mongouser:mongopass@mongo:27017/Guestbooky
 | 
					      - MONGODB_CONNECTIONSTRING=mongodb://mongouser:mongopass@mongo:27017/Guestbooky
 | 
				
			||||||
      - MONGODB_DATABASENAME=Guestbooky
 | 
					      - MONGODB_DATABASENAME=Guestbooky
 | 
				
			||||||
 | 
					      - LOG_LEVEL=Debug
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You will need to set them up either by hand or by using your IDE's capabilities. On Visual Studio, that can be done via the Debug Properties of Guestbooky.API.
 | 
					You will need to set them up either by hand or by using your IDE's capabilities. On Visual Studio, that can be done via the Debug Properties of Guestbooky.API.
 | 
				
			||||||
| 
						 | 
					@ -69,6 +73,8 @@ You will need to set them up either by hand or by using your IDE's capabilities.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**MONGODB_\*** -> Related to the connection to MongoDB. Yeah.
 | 
					**MONGODB_\*** -> Related to the connection to MongoDB. Yeah.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					**LOG_\*** -> Logging.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 🎈 Usage <a name="usage"></a>
 | 
					## 🎈 Usage <a name="usage"></a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
For local usage of the backend, you can use `docker-compose.local.yml` and edit the fields you need.
 | 
					For local usage of the backend, you can use `docker-compose.local.yml` and edit the fields you need.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue