Skip to content

ArpadGBondor/Brad_Traversy-Youtube_tutorials-09-Angular-Crash-Course

Repository files navigation

Brad Traversy - Youtube tutorials 09 - Angular Crash Course

Used tools:

  • Angular 13
  • Netlify - Serverless Backend
  • MongoDB - Mongoose

Run:

  • npm i to download node_modules
  • add .env file with DB_CONNECT environment variable
  • netlify dev to run the netlify server

Deployed

Mayor changes:

  • I added back-end to the project
    • I'm using serverless functions on Netlify to keep my secret API key hidden.
    • I'm using mongoose in the serverless function to save the data in a mongoDB database.

Environment variables:

  • DB_CONNECT=mongodb://localhost:27017/TasksDB