VUE_APP_API_URL
Example
VUE_APP_API_URL=htpps://api.helal.zntra.net
NODE_ENV=dev
PORT=8000
MONGO_DB_NAME=***
MONGO_DB_USER=***
MONGO_DB_PASS=***
JWT_SECRET=***
npm install
npm run serve
npm run build
npm run test:e2e
###Guildlines for Frontend
1. Admin and User will have same pages(where url is same), but changes
according to user/admin_type
2. check for admin_type to change the page based on user/admin(0-user/1-admin)
3. Keep indentation at 1 tab(4 spaces)