-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,16 +26,16 @@ The endpoint's documentation is located in `/docs` folder. It was written on top | |
4. Make calls to the endpoints via [Postman](https://www.getpostman.com/) or similar in the following address `0.0.0.0:3000/v1/state` | ||
|
||
**Using it with Docker** | ||
1. `docker-compose up -d` | ||
1. `docker compose up -d` | ||
2. Optionally run `docker exec -it geonames-node bash -c 'node command.js populate:db --drop'` to seed the database. | ||
3. Make calls to the endpoints via [Postman](https://www.getpostman.com/) or similar in the following address `0.0.0.0:8080/v1/state` | ||
|
||
## Running tests | ||
1. Run `npm run test` | ||
|
||
## Live Demo | ||
1. You can check the api running on Heroku by clicking [here](https://geonames-api-node.herokuapp.com/health). | ||
2. You can check the simple Vue.js app running on Heroku by clicking [here](https://geonames-vue.herokuapp.com). | ||
1. You can check the api running on ~~Heroku~~ by clicking [here](https://geonames-api-node.herokuapp.com/health). | ||
2. You can check the simple Vue.js app running on ~~Heroku~~ by clicking [here](https://geonames-vue.herokuapp.com). | ||
|
||
## Questions and Suggestions? | ||
Drop me an [e-mail](mailto:[email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters