Skip to content

SpookyCthulhu/BookStore-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Instructions:

run 'nodemon index.js' in backend

'npm start' in client

open http://localhost:8800/ in your browser of choice

and add any images you want to use for book cover pictures in client/public/images.

Description: A demo of a fullstack CRUD application that allows the user to create new books in a library with a title, description, price, and cover photo. This demo uses React for the frontend, mySQL for the backend, and node.js for networking. The user can do other simple CRUD commands, such as delete and update their books.

image

Planned structure for component heirarchy

Bookstore heirarchy(4)

About

A fullstack CRUD application using React, Node.js, and mySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published