/MERN-CRUD-Books-App

In this project we are able to perform the CRUD operation using MERN Stack.

Primary LanguageJavaScript

MERN CRUD APPLICATION

Instructions to Run this project

  1. Download or clone it to your local PC.
  2. To run this project you should have
    1. node
    2. express
    3. mongoose
    4. cors
    5. yarn
    6. Axios
  3. Both the client and server need to run separately on different terminals.
  4. Install dependencies for server, open up your terminal or Shell:
    1. cd server
    2. npm install
    3. nodemon start
  5. Install dependencies for client, open up new terminal or Shell
    1. cd client
    2. yarn install
    3. yarn start
  6. Server will be running at port 3001 and client will be running at port 3000