neungkl / larngear-registration

:pencil: 16th Larngear Registration Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Larngear Registration

16th Larngear Registration Website

Features

  • An easily public registration system for end-user
  • Auto-generate ID code group by province and gender
  • Auto-generate envelope cover using GD image library

Installation

  1. Set up .env variable. Change .env.sample to .env
  2. npm install && gulp
  3. php composer.phar install
  4. Import database from backup/Larngearregister.sql
  5. Please insert A,B,C,D types into table Larngearregister.counter (with zero count value), for example:
type count
A 0
B 0
C 0
D 0
  1. Done

PS. you can also deploy via Heroku (Procfile available)

License

GNU GENERAL PUBLIC LICENSE 3.0 © Kosate Limpongsa

About

:pencil: 16th Larngear Registration Website

License:GNU General Public License v3.0


Languages

Language:PHP 58.4%Language:JavaScript 30.2%Language:CSS 11.3%