Description
In this course, you will :
- Use NodeJS and Express to create a custom bookstore where customers can browse books, add them to their cart, and pay for them using PayPal.
- NodeJS, a powerful cross-platform JavaScript runtime environment that allows developers to build server-side web applications, is the best tool for this project.
Syllabus :
1. Project Setup
- Kraken Setup & Foundation
- Routes & Views
2. Database setup
- Database & Models
- Admin CRUD - Edit & Delete Books
- Admin CRUD - List & Add Books
3. Shopping Cart Implementation
- Shopping Cart