WepApp-bookmarker built with Node/Express backend

The original project is based on Brad Traversy's Bookmarker project on YouTube. As always, Brad encourages his viewers to make the project their own and I have done that by implimenting this app with a Node/Express Backend. The original project with updated ES6 syntax is in the vanilla-js branch.

The API Endpoints

Things I have added.

  • Custom logger. Used the code from a tutorial found Here. The logger uses chalk to pretty up the log and creates a .txt file of all request.

Get this project running.