Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgekrax/ts-graphql-apolllo-boilerplate
This is a sample boilerplate for a Node.js, with Express.js, project in purpose of building a GraphQL Server with the famous Apollo library. There is also pre-configure for TypeORM with PostgreSQL and a sample hello-world schema provided.
https://github.com/georgekrax/ts-graphql-apolllo-boilerplate
Last synced: 6 days ago
JSON representation
This is a sample boilerplate for a Node.js, with Express.js, project in purpose of building a GraphQL Server with the famous Apollo library. There is also pre-configure for TypeORM with PostgreSQL and a sample hello-world schema provided.
- Host: GitHub
- URL: https://github.com/georgekrax/ts-graphql-apolllo-boilerplate
- Owner: georgekrax
- Created: 2020-05-15T19:19:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:13:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T17:41:53.890Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 492 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerplate
This is a sample boilerplate for a **Node.js**, with **Express.js**, project in purpose of building a **GraphQL** Server with the famous **Apollo** library. There is also pre-configure for **TypeORM** with **PostgreSQL** and a sample hello-world schema.
Steps to run this project:
1. Run `yarn` or `npm i` command
2. Setup database settings inside `ormconfig.json` file
3. Run `yarn start` or `npm start` command> _note_: Please feel free to update the code as you like in your own directory, or just make a pull request. It is always accepted and appreciated.
### Author
---
This project was created by [me](https://github.com/georgekrax/), George Krachtopoulos. You can find my on LinkedIn on [George Krachtopoulos](https://www.linkedin.com/in/georgekrachtopoulos/) and on social media [@georgekrax](https://www.instagram.com/georgekrax/).