A Simple GraphQL API that tracks employees expenditures on vouchers per month
Clone the repository by running
$ git clone git@github.com:QUDUSKUNLE/HeyDay.gitCreate environment variables file .env and copy env.sample keys and set their corresponding values
$ cp env.sample .envInstall dependencies.
$ npm installStart Heyday app.
$ npm startHeyday app should be running on the specifiied PORT in .env.
$ Heyday application is running on port `http://[::1]:{PORT}`Access to GraphQL playground and available endpoints via the schema tab on the right side of GrpahQL playground.
$ localhost:{PORT}/graphqlImprovements:
- Having issues populating Order and Voucher Tables, I'm still looking to fix that.