Home / Companies / Neo4j / Blog / Post Details
Content Deep Dive

Create a TypeScript Apollo Server and Live Database with Unit Tests

Blog post from Neo4j

Post Details
Company
Date Published
Author
Yisroel Yakovson
Word Count
2,835
Language
English
Hacker News Points
-
Summary

The tutorial guides readers through creating a TypeScript Apollo Server with a live Neo4j database and unit tests. It covers the process of setting up an Apollo Server, creating integration tests using `executeOperation`, and mocking out the database calls using neo-forgery for unit testing. The tutorial assumes knowledge of Node.js, Apollo Server, and Neo4j basics but provides explanations for each step. The goal is to enable readers to create an Apollo Server with TDD capabilities.