Skip to content

Repository files navigation

Helping Honour

Information

  • Freelance work which involved building a charity website (now discontinued)

Features

  • Registration and login system

  • Ticket system, including management and a search system

  • Staff hierarchy management

Installation

server {
    server_name www.helpinghonour.pw helpinghonour.pw;
    listen 80/443;
    http2_idle_timeout 5m;
    location / {
        proxy_pass http://localhost:7845/;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    }
}

About

A registration, login and ticket system written in node.js to serve the website helpinghonour.pw

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages