FACTS ERP Internship Day 22
Date:- 15th June 2023
Name:- Noella Abraham
Tasks Done:-
– Completed with the attendance tracker project using OpenCV and Kivy.
– Created a blog called “Achieve More, Stress Less: AI Tools For Daily Productivity”.
– Created 10 more backlinks for Dynamics Axis.
– Started learning about Flask which is a web framework made with Python.
Tasks To Do:-
– Start writing the blog about the topic : “Optimizing the Flow: ERP’s Impact on Supply Chain Operations”.
– Continue learning about Flask
What have I learnt / implemented? :-
– I made a small trial page using Flask for now.
@app.route(‘/’) = associated to the particular URL / route with function in the web application. In this case the route is the root location.
Running the flask program: flask –app run
then copy paste the IP Address provided onto the web browser.