Backend for interview schedular
- Clone
git clone https://github.com/Rupeshiya/interview-schedular-backend.git
- Move to project directory
- Install all the dependencies using ```npm install``
- Now run development server using
npm run dev
- Create an
.env
file in root directory of the project and add
PORT=5000
NODE_ENV='development'
JWT_SECRET='thisismysupersecrettokenjustkidding'
SENDGRID_API_KEY='<YOUR SENDGRID API KEY>'
SENDGRID_FROM_EMAIL_ADDRESS='<YOUR SENDGRID EMAIL>'
cloud_name = '<YOUR CLOUDINARY CLOUD NAME>';
api_key = '<YOUR CLOUDINARY API KEY>;
api_secret = '<YOUR CLOUDINARY API KEY>;