Simple REST app for practising tests.
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