- Deployment
Invito
First install node.js in your local system.
- npm
npm install npm@latest -g
- nodemon
npm install -g nodemon
- Clone the repo
git clone https://github.com/kallol-khatua/invito.git
- Install NPM packages
npm install
- 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
- Run
npm run dev