Shannspan / clg-nodejs-9-

CLG Node JS Lesson 9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clg-nodejs-9

CLG Node JS Lesson 9

NOTE: Mongodb & Postman have been included as files for assessment purposes only

  • Build a new API endpoint for the expense tracker

    • Design the schema
  • Update the controller to add CRUD operations

  • Observe the database updates

Learning Objectives

  • Practice using API endpoints from Node.js

  • Create an API and perform CRUD operations on the stored data in Mongodb

OUTSTANDING ISSUE:

  • While my code, Mongodb and Postman are interacting correctly - I am still receiving error massages in response body for POST requests in Postman - despite the POST actually updating or adding as designed.

        <!DOCTYPE html>
    
<title>Error</title>
Cannot POST /expense/list
  • Manual testing of file paths excludes them as source of error at this stage

  • Further investigation will be needed to determine cause

About

CLG Node JS Lesson 9


Languages

Language:JavaScript 100.0%