DEV Community

Vu Nguyen
Vu Nguyen

Posted on

Building a full-stack web app built with NestJS, GraphQL and ReactJS

๐ŸŽ‰Hi there, recently I've been working on a full-stack web app in a monorepo using Nx, NestJS, and ReactJS to find and discover video games based on RAWG API.

Screenshots

Alt Text Alt Text Alt Text Alt Text

๐Ÿš€ Main tech stacks:

  • Backend: NestJS, GraphQL
  • Frontend: ReactJS, Apollo Client, Tailwind

I use Typescript for both backend and frontend apps because of its advantages like optional static typing, classes, and interfaces.
Let me know your thoughts and I hope you can find it useful.

Top comments (2)

Collapse
 
rangercoder99 profile image
RangerCoder99 • Edited

That looks pretty good!

Collapse
 
adrinalin4ik profile image
Alex Panfilkin

You can try to use this lib npmjs.com/package/nestjs-graphql-t..., it will give your more flexibility and make you project more performant.