b0n21en5 / eqaim-blog

MERN WEBAPP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guide to run this app locally

Step 1: git clone this repo in your system

Step 2: open terminal from root directory of the folder & enter 'npm i' this install server dependencies

Step 3: open another terminal from client directory & enter 'npm i' this install client dependencies

Step 4: set environment variable with your mongo-url in it as "MONGO_URL = your_mongo_url" in .env file

step 5: after all dependencies installed enter 'npm run dev' command in root directory terminal to run the application

About

MERN WEBAPP


Languages

Language:JavaScript 77.2%Language:CSS 16.1%Language:HTML 6.7%