Skip to content

Rest api

Fake API to test rest api calls https://jsonplaceholder.typicode.com/

The purpose of this project is to test rest api calls and play with the chained promises

Instructions to run the project

npm install
npm run start

Basic commands to create a project from the scratch

npm init -y
npm i lorem-ipsum
npm install
npm run start