Skip to content

Sharukhhh/Bookish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BOOKISH

An Online bookstore application specially for Book-worm buddies. A Full stack Web Application developed using MERN

Links

To login as admin, use the following credentials as email and password respectively:

admin24@gmail.com
admin@2024

Tools Used:

- Node js
- Express js
- JsonWebToken
- Reactjs
- Tailwind CSS
- Redux-toolkit
- RTK Query (Redux-toolkit Query)
- MongoDB

Some of the screenshots from app

img1


img2


img3


img4

Follow these steps to run this on your local machine:

Prerequisites

- Node.js (v14.x or later)
- npm (v6.x or later) or yarn (v1.22.x or later)
- Git

Clone the repository

- git clone https://github.com/Sharukhhh/Bookish.git

Setting up the Backend

  • Navigate to the backend directory:

    cd back-end
  • Install the dependencies:

    npm install
  • Start the backend server:

    npm start

Setting up the Frontend

  • Navigate to the frontend directory:

    cd front-end
  • Install the dependencies:

    npm install