Install packages for both client and and server by run npm install
in the respective directories
create mysql database ebooks
and import ebooks.sql
file included in the project files
runs the app client on development server (port 3000)
runs the app backend on development server (port 8000)
authenicates user to the app dashboard with email and password
provide features to Create, Read, Update and Delete ebook, each book have the folloing properties:
- Book Name
- Short description
- Link to read/download book