Skip to content

IshaanShettigar/Eavesdrop

Repository files navigation

Eavesdrop

Setup Instructions

Frontend

  1. Clone the repository using

    git clone https://github.com/IshaanShettigar/Eavesdrop.git
    
  2. Install all dependencies using

    npm i
    
  3. Run the code by running the following command in the terminal

    npm run start
    

Backend

  1. For the Backend, run cd backend and then:

    npm install
    
  2. Create a .env with the following variables

    • PORT = 5000
    • MONGO_URI = mongodb+srv://:@cluster0.3wcvvpq.mongodb.net/?retryWrites=true&w=majority

    Replace with your MongoDB user name eg.) ishaanshettigar Replace with your MongoDB password eg.) iitbombay Replace with the name of your database eg.) Eavesdrop

  3. Run the following command in your terminal once you have cd'ed into the backend folder

    node populatedb.js
    
  4. Run

    npm run dev
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published