Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 965 Bytes

Readme.md

File metadata and controls

30 lines (25 loc) · 965 Bytes

REST API for SkillCoup

  • 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.

Steps to run in your local env and contribute

  • 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

ENV Variables

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

Documentation

https://documenter.getpostman.com/view/16261654/2s8YszQr8H