- CSEA Induction Task : Create a WebApp for code.init() registration
- code.init() is a yearly eventHackathon Conducted by CSEA
-
Change the working directory to the correct Folder
-
To Run the code Implement the following commands
1.pip install flask
2.pip install sqlalchemy
3.pip install flask_sqlalchemyNow start the server by running app.py using the command:
python3 app.py