ryanajones / Personal-Library

CRUD app to document personally owned books into a database.

Home Page:https://repl.it/@ryanajones/Personal-Library#README.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Library

Capable of documenting a book library into a database. Enter as many comments for each book needed. Use the Sample Front-End section to experience jQuery's Ajax calls and DOM manipulation in action. Alternatively, use the Test API Response section to receive a JSON response of your entries. Node and Express are used to implement a RESTful API for front-end HTTP request handling. Mongoose is used to make the communication between Node and MongoDB more efficient for the CRUD portion. Chai and Mocha testing tools are used for function testing.

Technologies Used

HTML SCSS JavaScript jQuery NodeJS ExpressJS MongooseJS MongoDB Chai Mocha

Deploy on Repl

https://repl.it/@ryanajones/Personal-Library#README.md

Screenshots

alt text

About

CRUD app to document personally owned books into a database.

https://repl.it/@ryanajones/Personal-Library#README.md


Languages

Language:JavaScript 75.9%Language:HTML 9.7%Language:SCSS 7.9%Language:CSS 6.5%