Skip to content

GDSC-RTU/Blog-Website

Repository files navigation

Blog-Website

Tech Stack:

  1. React
  2. Express JS
  3. MongoDB
  4. Node js

Clone this project by running:

git clone git@github.com:GDSC-RTU/Blog-Website.git

After cloning run:

npm install

for running the project locally run:

npm run start

Before doing any changes in the project:

  1. Create a local branch of your name.
  2. Don't push your code to main branch directly.
  3. Make sure you pull changes from the main branch in order to be up-to-date with it.
    run this: git pull origin main