Skip to content

mizanmahi/rest-api-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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