DEV Community

Discussion on: [ PART 1 ] Creating a Twitter clone with GraphQL, Knex, Typescript and React

Collapse
 
ipscodingchallenge profile image
ips-coding-challenge • Edited

It's not a guide as I do this project to learn about GraphQL. But I detail pretty much everything I do. You can find the DB diagram here: dbdiagram.io/d/5f75c0243a78976d7b7...

And I explain the migrations every time I have to create a new table. The Github Repository is public too.

And if you have some questions, I'll try to help you ;).