Warning! AGTicket is still in development and can't be used as of now.
A complete solution for event ticketing.
ToDo
- Clone this repository by typing
git clone https://github.com/hrueger/AGTicket
in your command prompt cd AGTicket/AGTicket
- Create files with secret keys using
npm run createFilesWithApiKeys
and enter your keys in these files. - Type
ng serve
to start your dev session with LiveSync! - In a second terminal run change to the
api
directory, runnpm run createFilesWithApiKeys
and enter your keys in these files. - To start the api, type
npm start
. - Before creating a pull request be sure to check for linting errors with
npm run lint