Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 594 Bytes

README.md

File metadata and controls

49 lines (25 loc) · 594 Bytes

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! 😁