My first foray into full stack web development. An application to track books that you want to read with a simple, easy to use interface. I use the MERN tech stack.
To run this application, go into the my-app folder and run npm run start
for the frontend. Go into the backend folder and run npm run dev
for the backend.