Netlify Status

-> endpoints : student , institute , course , teacher

deployment procedure:

  1. follow this folder structure
  2. add script : "scripts": { "build": "netlify deploy --prod" },
  3. add enviroment vairables : netlify env:set VAR_NAME value
  4. Run deploy command after api tests : npm run build