Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 684 Bytes

README.rst

File metadata and controls

32 lines (18 loc) · 684 Bytes

NYP eTicketing System

An online system for students and teachers to access and aid in the management and on-site reservation of events to reduce the use of physical tickets.

Demo

Open https://nyp-eticketing-system.herokuapp.com/ in a browser.

Installation

The local version requires a .env file with database and SMS credentials. Please contact us for more details.

Windows

> git clone https://github.com/SomeRandomGuyOnTheInternet/nyp-eticketing-system > npm install > npm run wst

macOS

$ git clone https://github.com/SomeRandomGuyOnTheInternet/nyp-eticketing-system $ npm install $ npm run mst

Open http://127.0.0.1:5000 in a browser.