/api-tutorial

I've written a tutorial - build an API from scratch using Express, the Node.js backend framework. We'll also create a MySQL database (inside a Docker container), use Sequelize ORM to communicate with it and we'll use Mocha, Chai and Supertest to test our API as we build, following Test Driven Development (TDD) best practices

Primary LanguageJavaScript

Watchers