Skip to content

Commit 68de9a4

Browse files
Add live version in heroku to README
1 parent 9f5c1ab commit 68de9a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ This app was built to run on your own computer in: [http://localhost:5000/]
5454

5555
*You can adapt it to run on a server.*
5656

57+
Here is a live version: https://dev-data-warehouse.herokuapp.com/ - ask for credentials to test it.
58+
5759
To start using it:
5860

5961
1. Navigate to './api/', find the '/create-admin' path, uncommented it and create an admin user to start (can be done with Postman or other tool you want). Then comment that line again. This is necessary as it uses JWT & cookies for authentication and authorization and the users can only be created once you are logged.

api/docs/swaggerDefinition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports.swaggerDefinition = {
1919
description: 'Development server',
2020
},
2121
{
22-
url: 'https://data-clients-warehouse/',
22+
url: 'https://dev-data-warehouse.herokuapp.com/',
2323
description: 'Production server'
2424
},
2525
]

0 commit comments

Comments
 (0)