What you'll learn:
- Connect to MongoDB
- HTTP verbs
- Serve static content from server
- Build API for clients
- Build applications with Express
- Use Template engines
- Express Middleware
- Spin up databases running on the cloud
Express is the most popular framework for Node.js. It allows you to spin up a web server in just about 3 lines of code. Expressframework makesit easy tobuilding web applications and api's for clients veryfast. Even better when you can combine an entire application front to backend just using one single programming language 'Javascript'.
Companies such as Uber, Accenture, IBM and so on, use express to drive their business through technology.
This course will teach you the core concepts you need startbuildingweb applications and backend services.
You will learn how to:
- Create API'S
- Understandcore concepts aboutExpress
- Middlewares
- Serve static content
- HTTP Verbs
- Template Engines
- MongoDB running on the cloud (AWS) through MLAB
See you shortly