Hey everyone!
When I first started working with Apollo Server I found it a bit tricky to patch together the entire stack from initial set up to deployment, so I just wrote a detailed guide on how to do just that:
I hope it helps someone who is getting started on their journey!
Here’s the stack used in the blog post:
- Apollo Server (GraphQL server)
- Prisma (makes working with DB easy)
- Express (nodejs server)
- Docker (local DB server)
- Postgres (relational DB)
- Heroku (deployment)
Any feedback on the post or any questions if you’re stuck, I’d be happy to help!