GithubHelp home page GithubHelp logo

book-store-mern-stack's Introduction

Book Store by MERN Stack

Welcome to the Book Store project built with the MERN (MongoDB, Express.js, React, Node.js) stack! This project allows users to view a list of books in both table and card layouts, and it provides CRUD (Create, Read, Update, Delete) operations for managing books. Feel free to contribute and enhance this project with additional features.

Getting Started

Prerequisites

Make sure you have the following software installed on your system:

Installation

  1. Clone this repository to your local machine:
git clone https://github.com/your-username/book-store.git
  1. Install the dependencies for both the backend and frontend:
# Install backend dependencies
cd backend
npm install

# Install frontend dependencies
cd ../frontend
npm install

Running the Project

Now you're ready to start the project. Make sure MongoDB is running.

  1. In the backend folder, start the backend server:
npm run dev

This will start the backend server on http://localhost:5000.

  1. In the frontend folder, start the frontend server:
npm run dev

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository on GitHub.
  2. Clone your forked repository to your local machine.
  3. Create a new branch for your changes:

git checkout -b your-branch-name
  1. Make your changes and commit them with descriptive commit messages.

  2. Push your changes to your forked repository:

git push origin your-branch-name
  1. Create a pull request (PR) from your forked repository to this main repository.

  2. Describe your changes in the PR and submit it.

Once your PR is reviewed and approved, your changes will be merged into the main project.

book-store-mern-stack's People

Contributors

rijoksd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.