Skip to content

Sample project demonstrating TypeScript, GraphQL, and ReactJS knowledge

Notifications You must be signed in to change notification settings

davidcroda/typescript-react-graphql-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeGraphQL / React Sample Project

This is a personal sample project I am working on to demonstrate my ability with TypeScript, GraphQL, and ReactJS. I took a static resume template site, converted it to a React single page app, and built a GraphQL API to power the data. The GraphQL API uses TypeORM, TypeGraphQL, and is backed by a Postgres database. This is a work in progress.

Running the GraphQL API

  • Install Docker
  • cd web
  • docker-compose up

Running the ReactJS Front End

  • cd web
  • yarn install
  • yarn start

About

Sample project demonstrating TypeScript, GraphQL, and ReactJS knowledge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published