I'd like to thank Gahrett Morgan, Paul Depew, and Matthew Roark for their help on this app.
- submission PR 1
- submission PR 2
- submission PR 3
- submission PR 4
- submission PR 4
- ci/cd (GitHub Actions)
PORT- 3000MONGODB_ATLAS_URI- URL to the running mongo instance/db
node index.jsmust include flags listed below- use flags
-aor--addcombined with a note in "" to add a note - use flags
-lor--listto list the notes in the db - use flags
-dor--deletecombined with the id of a note to delete that note - use flags
-uor--updatecombined with the id and what you want the note to say, to update the note (not working yet)
- How do you run tests?
npm test - Any tests of note? I really like the test where I create a new note and then delete it.
Link to an image of the UML for your application and response to events