Skip to content

testing-community/books-back

Repository files navigation

Library API - Automation Training

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

How To Deploy 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

How To Update your fork repository

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages