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:
- Run
yarn
ornpm i
command - Setup database settings inside
ormconfig.json
file - Run
yarn start
ornpm 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.
This project was created by me, George Krachtopoulos. You can find my on LinkedIn on George Krachtopoulos and on social media @georgekrax.