https://github.com/uzmakh/bookstore-mern-stack
This is a repository for my Book Store MERN Stack Project.
https://github.com/uzmakh/bookstore-mern-stack
Last synced: 2 months ago
JSON representation
This is a repository for my Book Store MERN Stack Project.
- Host: GitHub
- URL: https://github.com/uzmakh/bookstore-mern-stack
- Owner: Uzmakh
- Created: 2023-09-26T18:36:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T04:20:50.000Z (about 1 year ago)
- Last Synced: 2024-02-02T05:28:00.998Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BookStore-MERN-Stack. This is a repository for my Book Store MERN Stack Project.
At present, this is a simple and basic Book App where we can
* store a collection of books,
* add new books,
* edit and
* update them.
* And if we don't want any book in our collection, we can delete that.
So we can perform CRUD operation on books-collection.
Moreover, the app has a select menu to choose book categories to read and download.
The app has three main pages i.e., Home, Books, and About,
and three sub-pages i.e., createBook, editBook, and UpdateBook.
  