- Clone the repository
git clone https://github.com/simran1002/GoogleGuardian.git
- Open the project directory
cd GoogleGuardian
- Install dependencies
npm install
- Add a .env file to the root directory with the following variables
DB_URI=<MongoDB URI>
PORT=5000
- Run the server
npm start
or to run in development mode
npm run dev