Skip to content

karladler/typegql-and-vue3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack example using TypeORM and TypeGraphQL

Start backend

cd backend
yarn install
yarn start

Start frontend

cd frontend
yarn install
yarn serve

Database

  • There is no need to setup an extra database since we use an sqlite file here.

What about graphql 16?

  • Graphql 16 is not supported yet in Type-Graphql.

Acknowledgements:

This project is inspired by the type-graphql examples by Michal Lytek: https://github.com/MichalLytek/type-graphql/tree/master/examples/typeorm-basic-usage

About

Example project with typegql and vue3 for DresdenJS Meetup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published