Host Your Own Hoppscotch - Browser Based Open Source Alternative to Postman
i12bretro
#Hoppscotch #Postman #Linux
Full steps can be found at https://i12bretro.github.io/tutorials/0577.html
What is Hoppscotch?
Hoppscotch is a lightweight, web-based API development suite. It was built from the ground up with ease of use and accessibility in mind providing all the functionality needed for developers with minimalist, unobtrusive UI. - https://docs.hoppscotch.io/documentation/getting-started/introduction
Installing Hoppscotch
01. Log into the Linux device 02. Run the following commands in a terminal window # update software repositories sudo apt update # install available software updates sudo apt upgrade -y # install prerequisites sudo apt install git curl openssl -y # add nodejs software repository curl -sL https://deb.nodesource.com/setup_16.x | sudo bash - # install nodejs sudo apt install nodejs -y # clone hoppscotch from git git clone https://github.com/hoppscotch/hoppscotch ./hoppscotch # cd into the new directory cd hoppscotch/ # clean npm cache npm cache clean --force # install npm dependencies npm install # fix npm vulnerabilities npm audit fix # build hoppscotch npm run generate # run it npm start 03. Open a web browser and navigate to http://DNSorIP:3000 04. Welcome to Hoppscotch
Connect with me and others
★ Discord: https://discord.com/invite/EzenvmSHW8 ★ Reddit: https://reddit.com/r/i12bretro ★ Twitter: https://twitter.com/i12bretro ... https://www.youtube.com/watch?v=uPNKYOxte_0
13543868 Bytes