{"id":23228478,"url":"https://github.com/samirprakash/typegraphql-server-boilerplate","last_synced_at":"2025-08-19T15:30:50.459Z","repository":{"id":51640657,"uuid":"167734392","full_name":"samirprakash/typegraphql-server-boilerplate","owner":"samirprakash","description":"A backend server using TypeGraphql, TypeORM, TypeScript and Postgres for an e-commerce website and app","archived":false,"fork":false,"pushed_at":"2021-05-12T01:02:18.000Z","size":1002,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2023-03-08T12:39:04.896Z","etag":null,"topics":["graphql","nodejs","postgres","redis","typegraphql"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samirprakash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-26T20:15:15.000Z","updated_at":"2021-05-10T23:40:50.000Z","dependencies_parsed_at":"2022-08-22T01:40:35.848Z","dependency_job_id":null,"html_url":"https://github.com/samirprakash/typegraphql-server-boilerplate","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samirprakash%2Ftypegraphql-server-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samirprakash%2Ftypegraphql-server-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samirprakash%2Ftypegraphql-server-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samirprakash%2Ftypegraphql-server-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samirprakash","download_url":"https://codeload.github.com/samirprakash/typegraphql-server-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230359913,"owners_count":18214158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graphql","nodejs","postgres","redis","typegraphql"],"created_at":"2024-12-19T01:13:51.150Z","updated_at":"2024-12-19T01:13:51.262Z","avatar_url":"https://github.com/samirprakash.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeGraphQL server boilerplate\n\nA graphQL and typegraphql based server boilerplate to be used as a backend for an e-commerce based web application or mobile app.\n\n## Getting Started\n\n- Get the pre-requisites done\n- Open a new terminal window and CD to your workspace\n- Clone this repo\n\n### Prerequisites\n\n- Install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)\n- Install [Node JS](https://nodejs.org/en/)\n- Install [yarn](https://yarnpkg.com/en/)\n- Install [Postgress app](https://postgresapp.com/)\n- Install [redis](https://redis.io/download)\n\nMake sure that postgres is up and running. Look at [ormconfig](./ormconfig.json) and based on the values specified under default connection, create a user, password and database in postgres. if you want, you create your own username and password in postgres and update `ormconfig.json`.\n\nAfter installing redis, execute `redis-server` in a standalone terminal to have redis running.\n\n### Installing\n\n- Open a new terminal and CD to your cloned repo\n- Execute `yarn install` on the terminal\n- Execute `yarn start` to get the build dependencies\n- Check that there are no errors on the terminal\n- Server will start at `http://localhost:4000/graphql`\n\n\u003e http://localhost:4000/graphql is the Graphql playground where we can test the server side implementation.\n\n\u003e Look [here](./docs/graphql-samples/) to checkout the examples for verifying our flows for login, registration, etc.\n\n## Running the tests\n\nExecute `yarn test` to execute the tests that are present in this application code base. Ensure that tests are present before executing the command or else an error would be generated.\n\n## Deployment\n\n`TBD`\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](./CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Authors\n\n- [@samirprakash](https://github.com/samirprakash)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamirprakash%2Ftypegraphql-server-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamirprakash%2Ftypegraphql-server-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamirprakash%2Ftypegraphql-server-boilerplate/lists"}