This project is useful to create tickets in ticket management systems like, zendesk, freshdesk. It's easy to integrate with any other new ticket management system also.
- Create a
.env
file fromenv.sample
file in root folder, and add all the required environment variables.
- Install project dependencies.
yarn
- Build backend and serve
yarn build & yarn serve
Backend should be accessed at http://localhost:3000
- Install project dependencies.
yarn
- Watch and serve backend
yarn start
Backend should be accessed at http://localhost:3000
Access the backend graphql endpoint at http://localhost:3000/graphql (and for graphql playground ping the same url in browser).
yarn test
We run few pre-commit hooks for safety of code.