/Blog-App-MERN-Stack

It is an MERN Stack Blog app. Where user can perform CRUD(Create, Read ,Update, Delete) operations. password created by user is hashed and stored in the Database

Primary LanguageJavaScript

Blog-App-MERN-Stack

It is an MERN Stack Blog app. Where user can use CRUD operations and password created by user is hashed

NOTE: DISABLE CORS IN BROWSER FOR SMOOTH FUNCTIONING OF THE APPLICATION / CLONE THE REPOSITORY AND USE PORT NO : 3000 FOR FRONTEND SIDE(CLIENT), PORT NO : 5000 FOR BACKEND SIDE(SERVER)

How to run this project:

  • Clone this repository or fork it.

    • To clone this repository type git clone https://github.com/B-HemanthKumar/Blog-App-MERN-Stack.git on your command line
    • To fork this repository, click fork button of this repository then type git clone https://github.com/B-HemanthKumar/Blog-App-MERN-Stack.git
  • ports in local server:

  • Install all dependencies

    • Fronted side (Client) : on the Fronted directory type npm install
    • Backend side (Server) : on the server directory type npm install
  • Run it on node js:

    • Fronted side (Client): on the Fronted directory type npm start
    • Backend side (Server): on the server directory type npm start

Warning: This project has some basic security function ie hashed user password, But it is NOT secure enough in production mode.