Env Hopper allow to keep a list of parameterized bookmarks for browser and it aimed to ease the work of QAs when they need to switch from one webapp to another or to switch between environments.
As of 2024-May-27 project is currently in development, not ready to be used on production.
npm install
npx nx run backend:generate
npx nx run backend:serve
npx nx run frontend:serve
Navigate to http://localhost:4001
Change schema in schema.prisma and then run
cd apps/backend
prisma generate
npx prisma migrate dev