Skip to content

The source code for the WisCon registration system

License

Notifications You must be signed in to change notification settings

bcholmes/WisCon-Reg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WisCon Online Registration System

This repository contains code for the WisCon Online Registration system.

This codebase contains two parts:

  1. A client; and
  2. A server

At the high-level:

  • this code is intended to work with Zambia (we share a database with a Zambia instance so that we can delegate user management to Zambia).
  • the client is a React app, packaged using npm
  • the server is a set of REST APIs implemented using PHP. I went with PHP because that's what Zambia was using
  • the code uses Stripe as a payment gateway. We also support the idea of members sending cheques and/or paying cash in person at the door.

Architecture

The following diagram provides a high-level architecture for the Wiscon Online Registration system:

Online Registration

About

The source code for the WisCon registration system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages