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
- To clone this repository type
-
ports in local server:
- Fronted side (Client) : http://localhost:3000
- Backend side (Server) :http://localhost:5000
-
Install all dependencies
- Fronted side (Client) : on the
Fronted
directory typenpm install
- Backend side (Server) : on the
server
directory typenpm install
- Fronted side (Client) : on the
-
Run it on node js:
- Fronted side (Client): on the
Fronted
directory typenpm start
- Backend side (Server): on the
server
directory typenpm start
- Fronted side (Client): on the