Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 922 Bytes

README.md

File metadata and controls

67 lines (37 loc) · 922 Bytes

Node.js API Masterclass With Express & MongoDB

Instructor: Brad Traversy

Install Dependencies

npm install

Run App

# development mode
npm run dev

Documentation

https://documenter.getpostman.com/view/7826771/TW76E5QN

This course includes...
  • HTTP Essentials

  • Postman Client

  • RESTful APIs

  • Express Framework

  • Routing & Controller Methods

  • MongoDB Atlas & Compass

  • Mongoose ODM

  • Advanced Query (Pagination, filter, etc)

  • Models & Relationships

  • Middleware (Express & Mongoose)

  • MongoDB Geospatial Index / GeoJSON

  • Geocoding

  • Custom Error Handling

  • User Roles & Permissions

  • Aggregation

  • Photo Upload

  • Authentication With JWT & Cookies

  • Emailing Password Reset Tokens

  • Custom Database Seeder Using JSON Files

  • Password & Token Hashing

  • Security: NoSQL Injection, XSS, etc

  • Creating Documentation

  • Deployment With PM2, NGINX, SSL