ernapeters0 / girici

This project written in Typescript & Vue.js. Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Girici Web Proxy Node.js, Free, Open Source, Self Host

Step by step installation

npm run install-modules

This command installs all dependencies for front-end & back-end folders

npm run build-all

This command builds front-end and back-end

npm run start

and this command serves express server on specific port (default 3000)

Screenshot

Girici Web Proxy Node.js Screenshot

Running on docker

Running in swarm mode:

docker stack deploy -c docker-compose.yml

Run with CLI:

docker run -d -p 3000:3000 halitsever/girici-web-proxy:latest

About

This project written in Typescript & Vue.js. Node.js

License:MIT License


Languages

Language:TypeScript 50.6%Language:Vue 43.2%Language:JavaScript 3.4%Language:Dockerfile 2.8%