Steps to run this Blog_Website
- clone this git hub rep as : git colne https://github.com/prakhyatpandit/Blog_Website.git
- install the required node modules
i) Go to the frontend file as : cd frontend
ii) then install rquired node modules and pacakage : npm i
iii) For Backend : Go to the Backend file as : cd backend
iv) then install required module and pacakges as : npm i
- For frontend go to Frontend directory (cd frontend) then type : npm start
- For backend go to backend Directory ( cd backend) then type: npm start
- git add .
- git commit --m "first commit"
- git push