- Write a command in your terminal
yarn add
. - Add a
.env
file and write the code instructed indefault.env
file. - Create a
uploads
folder in thepublic
folder.
- User can upload the book information that are book name, author name, short description, book image.
- User can update the book information.
- User can delete the book information.
- User can read the book information.