This is a book recommender web application, which I built with three other students in a database course. My school's academic integrity policy prohibits students from making code available on public GitHub sites, so I have included links below to secret gists containing the main files to give you a sense of what the code looks like.
MY ROLE: I wrote all of the backend code using Node.js. I also wrote and optimized the SQL queries. My teammates wrote the frontend code. Although I did not write the frontend code, I have included links to the frontend to provide some context.
Our web application uses Node.js on the back end and a mySQL database hosted on Amazon Web Services. On the front end, the app uses
React
as well as Ant Design and Shards React libraries for the user interface.
This is a link to a gist to the backend code: routes.js. This is the code that I wrote.
My teammates developed the frontend, and I include that here to provide context. frontend code. I did not write the frontend code.