E-commerce App with Google Books-API (built for Bootcamp final project)
Note: This project still on development stage
Book-Store app for the persons who decided to open his/her own Book Shop. He/she can add books from Google Books Api to his/her shop. After books added, they can easily be update, delete (crud operations). In home page, users can see the books which added by owner. Users can see the details of books and add shopping cart to purchase. If customer wants the login, they can but they do not have permission to go to admin page
Install to package
npm install
Install to Backend package
cd backend
npm install
Front-end
npm start
Back-end
npm run develop
- Context-Api
- Toastify
- Formik
- Axios
- React Router Dom
This project is licensed under the MIT License - see the LICENSE.md file for details