Skip to content

graphql-course/typegraphql-basics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typegraphql-basics

The fundamentals for a TypeGraphQL API.

About ❓

This is the source code of my TypeGraphQL Basics post.

Running:

First clone this repo


    git clone https://github.com/vinisaveg/typegraphql-basics.git

Install all dependencies needed to run the app


    yarn install

To compile and watch the Typescript files run:


    yarn watch

To run the app:


    yarn dev

API Running on http://localhost:4000/

My post

https://dev.to/vinisaveg/typegraphql-o-basico-em-uma-api-de-receitas-3ehb

Happy Coding! 😁

About

The fundamentals for a TypeGraphQL API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%