Skip to content

This is a book store website built using the MERN stack.

Notifications You must be signed in to change notification settings

varshaa-t/book-store-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Book Store App

This is a book store website with frontend and backend using the MERN stack.

How it Looks

Table

Card

Setup the Project Locally

  • Clone the repository by running: git clone https://github.com/varshaa-t/book-store.git

  • Go to the project folder using an IDE of your preference.

  • In the backend folder, create a .env file. To the file add a link to your MongoDB DataBase:

    mongoDBURL = "Your URL"

  • Open a terminal in the project folder and run the following commands:

    cd backend
    
    nodemon index.js
    
    #OR
    
    cd backend
    
    node index.js
    
  • Open another terminal and run: cd frontend

    Now run:

    npm install vite --save-dev
    
    #OR
    
    yarn add vite --dev
    
  • In the same folder, run:

    npm run dev
    
    #OR
    
    yarn dev
    
  • Click on the link and you get your own Book Store App!

Technologies Used

  • HTML
  • JavaScript
  • NodeJS
  • Express
  • React
  • MongoDB
  • Tailwind CSS

About

This is a book store website built using the MERN stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published