"scripts": {
"start": "node your-script.js"
}
ELse
,"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
}
Thanks!
Need any Help ?
Mail : vatshayan007@gmail.com
For new Visual Studio Code version.
Open Visual Studio Code in your project’s folder.
Then open Python Terminal (Ctrl + Shift + P: Python: Create Terminal)
On Terminal :
python -m venv venv
Now you can check one folder is made left side there is venv is created.
Now you run your python file.
Thank you :)
Error Usually occur even after sometimes using : pip install sql
Traceback (most recent call last):
File "<pyshell#8>", line 1, in <module>
import mysql.connector
ImportError: No module named 'mysql'
Use This Command on Terminal
python3 -m pip install mysql-connector
Please Like and follow me if this works/help you.
Need Help/Queries ?
Mail : vatshayan007@gmail.com
Use virtual environment.
Follow these steps:
Open in terminal of your compiler
Now type(Copy/Paste) on terminal-
pip install virtualenv
virtualenv env
env\scripts\activate.bat
pip install flask flask-sqlalchemy
python hello.py
hello.py is name of python file. If name is other that hello then please change to python file name.
For any Queries : vatshayan007@gmail.com
Blockchain Projects with PPT, Report, Code and Research papers
Top Blockchain Projects for students to do in College/University are:
- Blockchain Security transaction System
- Blockchain and Cryptography Communication System
- Blockchain Election Voting System
- Medical System verification through Blockchain
- Supply chain Sales in Blockchain
- Blockchain Communication System
- Blockchain SmartContracts Transaction System
- Bank Account security approach by blockchain
- Combo approach of blockchain and cryptograph : New approach
For Code, Report, synopsis and PPT of above Projects please mail me.
If you need help on Blockchain Projects then contact me-
📫 HOW TO REACH ME FOR PROJECT HELP
💬 WhatsApp: +91 9310631437 (Helping 24*7)
💬 Gmail: vatshayan007@gmail.com
💬 Website: cse-projects
Thank you 🙏
Give this command on terminal
Create a new virtualenv with:
virtualenv flaskcd flasksource bin/activatepip install flask
Run it then:
python hello.py
Or
FLASK_APP=hello.py flask run
For python 3 use
pip3 install flask
For more Solution : https://stackoverflow.com/questions/31252791/flask-importerror-no-module-named-flask

Here I have a made simple understanding step by step video.
Youtube Video: https://youtu.be/nimCykJ3QOk
Metamask Download: https://metamask.io/download/
Any Queries : vatshayan007@gmail.com