Description
In this course, you will :
- Express.js is an open source framework that offers a comprehensive set of features for creating web and mobile applications. It was created by the Node.js foundation and has a simple framework. It is flexible and pluggable, unlike other frameworks. Express.js can aid in the development of faster and smarter apps.
- Express.js simplified Node.js coding by providing programmers with additional features to extend their server-side coding. Its popularity among developers stems from its simplicity, flexibility, scalability, and other features. Given this, we've created a course that focuses solely on Express.js.
- This course explains NodeJS and Express, as well as how to install them. Furthermore, various tools, commands, and the creation of both a NodeJS server and an Express server are covered.
Syllabus :
1. Creating the API
- Initial Project Files and Packages
- Installing MySQL Tools
- Creating The Server
- Populating The Router Preview
- Creating The Database
- Creating Database Abstraction File
- Testing The API
2. API
- Bridge Between Front End And API
- Backend Bridge Functionality
- Details Page Backend Functionality
- Buiding Details
- Building Index
- Testing Front End Functionality
3. Microservices Using Nodejs
- Setup the project
- Connecting to mlab
4. Building the Model
- Defining the book model
- Making post request to book service
- Saving books to database Preview
- Listing books
- Deleting books
- Customers service
5. Service Interaction
- Defining order model
- Creating and listing orders Preview
- Talking with other services