This Library API allows users to store book information into a database and retrieve that information.
I wrote this software to demonstrate my understanding of SQL relational databases, and Node.js
This program uses MySQL
The Database has 4 tables: Library, Book, Author, and Genre.
Node.js and express was used to make the API and Server
The program is written entirely in Javascript and MySQL
- Add Users
- Add Password hashing and encryption
- Create a frontend