Devsoc-BPGC / pmt-backend

Official repo for DevSoc Project Mgt Tool (Mello). Join the Slack channel to contact us
MIT License
1 stars 11 forks source link

Graphql Setup #50

Closed kanishq1 closed 4 years ago

kanishq1 commented 4 years ago

Pull request checklist

Please check if your PR :rocket: fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces: - [ ] Bugfix - [ Y ] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## What is the current behavior?

GraphQL setup Fixes #

What is the new behavior?

-

-

Does this introduce a breaking change?

Other information

Graphql Server setup in folder GraphqlSetup. In ormconfig.json check your postgres setup. You might need to create a database test manually in postgres. To run graphql setup change directory to GraphqlSetup and do yarn and yarn start. The graphql will start at http://localhost:4000/graphql .

kanishq1 commented 4 years ago

GraphQL setup has been setup in a different folder, now needed to merge it with pmt auth.