MAD2-proj youtube playlist help Vuejs :- click
Bootcamp PlayList -link
List Of Viva questions-Link
MAD 2 LECTURES - To complete the project
1.Setting Up The Backend-Part 1-Click
2.Setting Up Flask-Security---Click
3.Adding Frontend to the app---click
4.Frontend Part 2--click
5.Frontend Part 3---click
6.Celery Integration--click
7.Scheduled Job and Sending Emails--click
8.Flask Caching Integration--click
Guthub Repo : click
commands
sudo apt-get update
sudo apt-get install redis
sudo service redis-server start
https://flask-caching.readthedocs.io/en/latest/
-------------------------------------
pip install checksumdir
import checksumdir
hash = checksumdir.dirhash("folder_name")
print(hash)
python3 -m venv venvname
venv/scripts/activate
pip install -r req.txt
https://github.com/mailhog/MailHog
sudo apt-get -y install golang-go
go install github.com/mailhog/MailHog@latest
celery -A app:celery_app worker -l INFO
https://flask.pyexcel.org/en/latest/
Redis server (WSL)
Frontend (CMD)
Backend (WSL) (VENV)
MailHog (WSL)
Celery -> two terminals (Beat scheduler + Worker) (WSL) (VENV) (from Backend Folder)
https://docs.celeryq.dev/en/stable/userguide/periodic-tasks.html
celery_app.config_from_object(app.config["CELERY"])
https://www.figma.com/design/8gofrho5qM79pdqMSLGk71/Untitled-(1)?node-id=0-1&t=xthanTKKkvRNE4TT-0
<img src="https://picksum.photos/500/500" alt="photo of campaign">
GitHub--link
GitHub--click
BlogLite--link
---------------------------------
vue-3 commands
npm install vue-toast
npm install vue-toast-notification
1. wget https://github.com/mailhog/MailHog/releases/download/v1.0.1/MailHog_linux_amd64 -O MailHog
2. chmod +x MailHog
3. sudo mv MailHog /usr/local/bin
4. MailHog
-----------------------------------
pip install checksumdir
import checksumdir
hash = checksumdir.dirhash("folder_name")
print(hash)
________________________
python3 -m venv venv
venv/scripts/activate
venv/bin/activate
pip install -r req.txt
pip freeze>req.txt
No comments:
Post a Comment