Skip to content

tushar-2223/Tatvasoft_internship

Repository files navigation

Tatvasoft Internship

  • Design and develop an E-cell Book Project with role-based authentication, catering to admins, sellers, and buyers. The system should allow users to search for books, add them to their cart, select books based on categories, and provide the functionality to edit, update, and delete books.

Tech Stack

  • React JS, TailwindCss , Reacttoaster, React Hooks

API Link

https://documenter.getpostman.com/view/14127639/2s93ecwVzP

Seller Login

email: tushars@gmail.com pass: 12345

Buyer Login

email: pankhaniyatushar@gmail.com pass: 12345

Development

To get a local copy of the code, clone it using git:

git clone https://github.com/tushar-2223/Tatvasoft_internship.git
cd Tatvasoft_internship

Make it your own:

rm -rf .git && git init && npm init
git add .
git commit -m "Initial commit"

Install dependencies:

npm i

Now, you can start a local web server by running:

npm run dev