DEV Community

Cover image for postman clone
alguerocode
alguerocode

Posted on

3 2

postman clone

postman-clone

clone postman using reactjs and bootstrap and only json data transformations postman clone repository

library used

  • React
  • Bootstrap
  • nodejs(for test)

Clone the project

  git clone https://github.com/alguerocode/postman-clone.git
Enter fullscreen mode Exit fullscreen mode

Go to the project directory

  cd postman-clone
Enter fullscreen mode Exit fullscreen mode

Install dependencies

  npm install 
Enter fullscreen mode Exit fullscreen mode

Start the server

  npm run start
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series πŸ“Ί

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series πŸ‘€

Watch the Youtube series