DEV Community

Bachi for Auth0

Posted on • Originally published at auth0.com

Use TypeScript to Create a Secure API with Node.js and Express: Getting Started

Learn how to build a feature-complete API using Node.js, Express, and TypeScript that lets clients perform data operations on resources that describe a restaurant menu. Using TypeScript with Node.js gives you access to optional static type-checking along with robust tooling for large apps and the latest ECMAScript features.

Learn also how to define data models, create a data service, and quickly build modular endpoints. As an option, you can also learn how to secure the API using Auth0. To see your API in action, you’ll use a production client called “WHATABYTE Dashboard,” which is inspired by the sleek web player from Spotify.

Keep reading 🚀

Top comments (1)

Collapse
 
erngetsgood profile image
Ernest L. Phillips

Was this tutorial ever completed? If so, where can one find the content?