Description
In this course, you will learn :
- How to use the MEAN stack by creating an entire application with it.
- You will create a functional ToDo Application in which you will be able to add, edit, and delete ToDos.
- How to save the information in the server so that it remains even if the application is restarted.
- Rather than downloading the entire MongoDB, you will learn how to use mLAB, a remote MongoDB database.
Syllabus :
1. Backend Setup
- Express Server Setup
- Backend API & MongoDB
2. Client Side Modules
- Client Side Setup & Bower
- Todos Component & UI
- Display Todos From MongoDB
3. Project Implementation
- Saving Todos
- Updating Todos
- Deleting Todos