Skip to content

Open source API development ecosystem - https://hoppscotch.io (open-source alternative to Postman, Insomnia)

Notifications You must be signed in to change notification settings

ShinJustinHolly3317/simple-setup-hoppscotch

 
 

Repository files navigation

Declare

This is a simple setup for quick test, not for a big production team currently.

How to run

Of course yarn before everything starts.

yarn

based on mac os, prepare docker compose If want to local build docker-compose-complete-services.yml, need to adjust memory allocation from default 2gb to at least 6gb.

With Docker Desktop

Just simply adjust through UI preference.

With colima

colima stop
colima start  --memory 6

Then, run the docker compose

docker-compose -f docker-compose-complete-services.yml

Or, run the shell script to get simple setup from DockerHub, without building locally.

deploy.sh

Bypass CORS

  1. You cannot run any api call, cause there is CORS issue. (You can check that out in Dev Tool)image
  2. You need to install this Chrome Extension. image
  3. After that, add current domain in the extensiion. image
  4. Refresh, and re-run the api call.

Pipeline Work Flow

alt text We pull open source images from DockerHub currently, so there's no build stage now.

TODO

  • api gateway
  • add own build content
  • tests
  • network setting

About

Open source API development ecosystem - https://hoppscotch.io (open-source alternative to Postman, Insomnia)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.3%
  • Shell 30.7%