You'll have to initiate the Backend for the application.
Create a folder in the Root directory named Code-Log
Create a codelog.py file inside it
Import and install required dependencies for creating the Flask Server
Create / route for the application.
Make sure that Flask App Runs in the Flask Server upon starting it.
Don't forget to add requirements.txt file in the Code-Log directory.
You'll have to initiate the Backend for the application.
Create a folder in the Root directory named
Code-LogCreate a
codelog.pyfile inside itImport and install required dependencies for creating the Flask Server
Create
/route for the application.Make sure that Flask App Runs in the Flask Server upon starting it.
Don't forget to add
requirements.txtfile in theCode-Logdirectory.