Skip to content

rehanganapathy/book-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Book Store

A full stack app that lets you have add book collections. You can add a book containing title, author and description. Tests have been added to the backend. All CRUD operations available. React has been used for the frontend, nodejs for the backend and mongodb for the databse

Getting Started

Prerequisites

use 'npm install' in both the backend and frontend folders to install all packages.

Installation

# Clone the repository
git clone https://github.com/yourusername/yourproject.git

# Change into the project directory
cd frontend

# Install dependencies
npm install

Do the same for backend, use npm run dev to start

Tests

Use jest to run tests in the backend folder.

You can add authentication using jwt and deploy using vercel.