- This API is built using NodeJS and ExpressJS and for database MongoDB is used which is a NoSQL (Non Relational Database)
- This API includes functionalities such as Authentication,project Creation,Project updation,user profile updation,conversation,payment etc.
- Clone the repository
- Run the
npm install
to install all dependencies - Create .env file and all the variables along with their values
- Run
npm run dev
to run the application in dev mode using Nodemon - Make any changes and create pull request
PORT
SKILLCOUP_DB_URL
JWT_SECRET
JWT_EXPIRY
COOKIE_TIME
CLOUDINARY_API
CLOUDINARY_SECRET
CLOUDINARY_NAME
RAZORPAY_PUBKEY
RAZORPAY_SECKEY
STRIPE_SEC_KEY
STRIPE_PUB_KEY
STRIPE_WEBHOOK_SECRET