An open API service indexing awesome lists of open source software.

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.

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 model

get 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