Skip to content

kallol-khatua/invito

Repository files navigation

About

Prerequisites

First install node.js in your local system.

  • npm
    npm install npm@latest -g
  • nodemon
    npm install -g nodemon

Installation

  1. Clone the repo
    git clone https://github.com/kallol-khatua/invito.git
  2. Install NPM packages
    npm install
  3. Enter your API in .env
    CLOUD_NAME=<Enter your cloudinary cloud name>
     CLOUD_API_KEY=<Enter your cloudinary cloud api key>
    CLOUD_API_SECRET=<Enter your cloudinary cloud api secret>
     ATLAS_URL=<Enter your mongodb atlas url>
     SECRET=ADNADKJ638HEQWD8913E8HDKhsw8qe8i
  4. Run
    npm run dev