Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 990 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 990 Bytes

Node.js API Masterclass With Express & MongoDB - Brad Traversy

Links to live projects

Summary

API that allows users to login, signup, and upload their own bootcamp and courses with relationships between data.

Also covers for security problems such as NoSQL Injection, as well as XSS attacks.

Languages / Techstack

  • Node.js
  • Express.js
  • MongoDB
  • Mongoose

Run the build

npm run dev

You will not be able to run this build due to having no config.env file to access the database.

Runs the app in the development mode.\

  1. Clone repository
  2. Run npm install for dependencies
  3. Run npm run dev
  4. Open http:https://localhost:5000 to view it in your browser.

Resource

Node.js API Masterclass With Express & MongoDB