To run the application: python server.js
Steps in order to send email (outllook):
1.Install Python Flask
pip install flask requests
2.Make a .env-ex file and enter email and password also add this in .gitignore
install in terminal to use environmental varaiables pip install python-dotenv