Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 650 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 650 Bytes

Social-meadia-app

Usage

  1. write following command in your terminal and press enter

    git clone https://github.com/Groot-2001/Social-meadia-app.git

  2. configure some files

    add .env file inside Backend folder and add your MONGO_URI = "here your mongodb your will come".

3)delete package-lock.json inside frontend folder.

  1. After that run the following command

    npm install

  2. open two terminal

    1. change path of the first terminal to frontend folder

      cd frontend npm start

    2. change path of the second terminal to Backend folder

      npm install cd Backend npm test