/full-stack-gql-ts-node-tutorial

Full-stack GraphQL TypeScript Node.js Tutorial

Primary LanguageTypeScript

Building a GraphQL API with TypeScript + Node.js

Project strucuture

./part-1       # Initial setup for the backend API.
./part-2       # Improvements & new features in the backend API.
./part-3       # Contains the final backend and frontend source code.
    ├── api    # Final version of the backend API code.
    ├── fe     # Final version of the frontend code.

Note: additional instructions are found in each subfolder of this repository.