/meals-mongo-firebase-adminjs-jwt

Works on localhost but not Vercel. Firebase image storage. Meal Diaries is the food delivery Application Specially created for delivering the variety of food and which not only offers food delivery for the regular person but will also be able to offer food for PATIENTS and PG Students, by providing the meals which are prepared at HOME.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

meals-mongo-firebase-adminjs-jwt

🚀 meals delivery eCommerce with MongoDB Firebase AdminJS and JWT 🚀

https://github.com/coding-to-music/meals-mongo-firebase-adminjs-jwt

https://meals-mongo-firebase-adminjs-jwt.vercel.app

From / By https://github.com/SEM5-MiniProject/Backend

Environment variables:

GitHub

git init
git add .
git remote remove origin
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:coding-to-music/meals-mongo-firebase-adminjs-jwt.git
git push -u origin main

To create "secure" random passwords

openssl rand -base64 60

Backend

Node.js CI Heroku Deploy Docker Hub

Link

https://mealdiaries.herokuapp.com/

Shop

 

Cart

API DOCS

https://mealdiaries.herokuapp.com/api-docs

Admin

https://mealdiaries.herokuapp.com/admin

Docker Hub

https://hub.docker.com/r/salmanad01/mealdiaries

Get Started


    npm install --global yarn
    yarn install

How To Run

    yarn run dev

Commands To Spin Docker Container

  docker compose up

For Development

  docker compose -f .\docker-compose-dev.yml up

Remove cache and build

  docker compose up --build --remove-orphans --force-recreate

Run From Docker Hub

docker run --env-file .env -p 5000:5000 salmanad01/mealdiaries:latest