This repository was created in order to training to automation testing practices from scratch.
This repository is only the Back End part, please check the front repository in order to have all the application
This applications is thinking to deploy in Heroku and uses the following environment varibles:
Env Variable | Description | Value |
---|---|---|
ALLOWED_ORIGINS | Allowed URL to consume the API |
Note 1: In order to set these environment variables in Heroku check the documentation
Run the following commands:
git remote add upstream git@github.com:AgileTestingColombia/books-back.git
git pull upstream main
If you have altered it, you then need to rebase it.
git rebase upstream/main