To prepopulate the database with demo data, uncomment the following lines in the 'src/main/resources/application.properties' file
To prepopulate the database with demo data, uncomment the following lines in the [**src/main/resources/application.properties**](https://git.echoechoecho.org/jsnjns/contacts-api/src/branch/main/src/main/resources/application.properties) file
@ -51,4 +51,4 @@ An H2 console will be available at [**http://localhost:8080/h2-console**](http:/
username: sa /password: leave empty
username: sa /password: leave empty
Also included is the file 'ContactsAPI.postman_collection.json'. This can be imported into the [**Postman**](https://www.postman.com/downloads/) application in order to issue REST commands.
Also included is the file [**ContactsAPI.postman_collection.json**](https://git.echoechoecho.org/jsnjns/contacts-api/src/branch/main/ContactsAPI.postman_collection.json). This can be imported into the [**Postman**](https://www.postman.com/downloads/) application in order to issue REST commands.