Rest api testing

Simple REST app for practising tests.

Installation and running the app

Clone the repository:

git clone https://github.com/your-username/your-project.git

Navigate to the project directory:

cd project_name

Install dependencies:

yarn install | npm install

Start the app:

yarn start

To run the tests:

yarn test