1.0.0 • Published 4 years ago

@kdreyerinseattle/notes v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

LAB - Class 04

Notesy

Lab: Class 04

  • Create a notes “collection” which requires your notes mongo schema
  • implement CRUD operations
    • get()
    • create()
    • update()
    • delete()
  • Testing
  • Use @code-fellows/supergoose

Author: Kevin Dreyer

Links and Resources

Setup

How to initialize/run your application (where applicable)

  • e.g. node index.js

    api USAGE: api -a

    -a <note> 'String of text in quotes'
    -c <category> 'category name to' optional
    -l <optional category name> 'list all notes'
    -d <id> 'delete a note by id'

Tests

  • How do you run tests? npm test __test__