Update README.md

This commit is contained in:
Valentijn :)
2024-01-10 16:12:06 +01:00
committed by GitHub
parent 65fe4c1795
commit a2388d4864

View File

@@ -75,7 +75,7 @@ To get started with the project, you'll need to set up the database. Follow thes
4. **Running the Application:** 4. **Running the Application:**
- With the database set up and configured, you should be able to run your application. To run it, please use the following command - With the database set up and configured, you should be able to run your application. To run it, please use the following command
```bash ```bash
./startServer.sh ./startServer.sh
``` ```
Note: For security reasons, avoid storing sensitive information like database credentials directly in your public GitHub repository. Consider using environment variables or a configuration file outside the repository for such sensitive data. Note: For security reasons, avoid storing sensitive information like database credentials directly in your public GitHub repository. Consider using environment variables or a configuration file outside the repository for such sensitive data.