https://github.com/techysphinx/mern_bookstore
This is Mern_Bookstore project applying React and Nodejs with help of MongoDB database.
https://github.com/techysphinx/mern_bookstore
Last synced: 25 days ago
JSON representation
This is Mern_Bookstore project applying React and Nodejs with help of MongoDB database.
- Host: GitHub
- URL: https://github.com/techysphinx/mern_bookstore
- Owner: techySPHINX
- Created: 2024-02-12T03:34:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T06:11:01.000Z (about 1 year ago)
- Last Synced: 2024-12-18T13:13:08.310Z (4 months ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book Store MERN stack
## Lessons
create node js project
create http routeadd mongodb and mongoose to node jscreate book modelget all books with mongoose
update a book
delete a book
refactor node js with express router
Cors policy in node js and express js
create recat project
SPA and add react-router-dom
show books list in recat
show book details
create book in react
edit book in react
delete book
show books list as card
make book card as ingle component
addd book model
improve user experience with beautiful alert