From the course: Learning End-to-End Testing with Jest
Prerequisites and learning objectives
From the course: Learning End-to-End Testing with Jest
Prerequisites and learning objectives
- This course makes use of a RESTful Node.js Express application. Therefore, to make the most out of this course, you need to have practical experience writing RESTful applications with Node.js and Express. If you're new to writing RESTful API with Node.js and Express or need to review them, I recommend searching the library for courses on building a RESTful API with Node.js and Express. Experience with ES6 syntax is essential to follow along. I will use the ECMAScript 6 standard, also known as ES6, throughout this course. If you are not familiar with ES6, we have a course to help. Search the library for Switching to ES6 in Node.js in the library. Our project templates uses Mongoose ORM to save our retrieve data from a mongoDB. So, experience with mongoDB and Mongoose is essential. I am developing on a Mac and using Visual Studio Code as my code editor. Feel free to follow along on any operating system and code editor of your choice.