Book tracker


This is a web application which allows users to track books they have read over the years. You can add, delete and view book detials. In this project I have created a local database using mongoDB. Then used Express middleware to connect to the database and create a schema. Then used axios to get and post data to the database. This allows users to interact with REST API I have created.

Technologies used
  • MongoDB
  • Express
  • Node
  • Axios
  • Bootstrap
  • JavaScript
  • HTML
  • CSS

GitHub