Book store Web App (Demo)(Server Code)
This is online Book Store App. You can buy books from this book store app.
- User Feature: Firebase Authentication, Order Book, Show Order List, etc.
- Admin Feature: Firebase Authentication, Add Book, Manage Books, etc.
- Clone the repository
> git clone https://github.com/dhimanroyit/book_store_client.git
- Change Directory
> cd book_store_client
- Install dependency
> npm install
- Run the app
> npm start
Done