Skip to content

MephistoDevelop/graphql-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphql API with Apollo Server TypeORM and Typescript

commands used to create the project:

npm init -y

Install this depedencies to the project:

npm install apollo-server type-graphql typeorm reflect-metadata

Here we are installing:

Apollo Server to build and run our GraphQL server TypeGraphQL to generate our schema from TypeScript classes TypeORM to interact with our SQL database reflect-metadata to work with TypeScript decorators

then we need to install this dependencies

This script will install:

TypeScript to compile our code to plain JavaScript ts-node to run our server in development environment nodemon to automatically restart the server whenever we make changes to the code

npm install -D typescript ts-node nodemon

About

Repository to create a recipes of meals using typescript, apollo server, graphql and typeorm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published