Skip to content

Udemy project following Brad Traversy's Node.js API Masterclass with Express & MongoDB

Notifications You must be signed in to change notification settings

takuyadev/dev_camper_api

Repository files navigation

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

About

Udemy project following Brad Traversy's Node.js API Masterclass with Express & MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published