Skip to content

wolfes-401-advanced-javascript/notes

Repository files navigation

LAB - Class 01

Project: Notesy

Author: Dave Wolfe

Acknowledgements

I'd like to thank Gahrett Morgan, Paul Depew, and Matthew Roark for their help on this app.

Links and Resources

Setup

.env requirements (where applicable)

  • PORT - 3000
  • MONGODB_ATLAS_URI - URL to the running mongo instance/db

How to initialize/run your application (where applicable)

  • node index.js must include flags listed below
  • use flags -a or --add combined with a note in "" to add a note
  • use flags -l or --list to list the notes in the db
  • use flags -d or --delete combined with the id of a note to delete that note
  • use flags -u or --update combined with the id and what you want the note to say, to update the note (not working yet)

How to use your library (where applicable)

Tests

  • 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.

UML

Link to an image of the UML for your application and response to events

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors