Added funcitonality to delete or modify searched for user quotes and to display quotes only by a given user.
Also forked the implementation with a version that uses app.all() to have all the routes in one path.
- Clone repo
- run
npm install
- run
npm run dev - Navigate to
localhost:3000 - Have fun ;)