diff --git a/Student/API/start.sh b/Student/API/start.sh
new file mode 100755
index 0000000000000000000000000000000000000000..c3987254829f2233df7d5e37ad6722f0a8312926
--- /dev/null
+++ b/Student/API/start.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+uvicorn main:app --host 0.0.0.0 --port 45566 --reload
\ No newline at end of file
diff --git a/Student/main.py b/Student/easycom
similarity index 92%
rename from Student/main.py
rename to Student/easycom
index 139dbe1fdae322b6978940964fcf18d4b55ae3e5..13803fe1487e3b7a0db88b7cac9669fa9a68d24a 100644
--- a/Student/main.py
+++ b/Student/easycom
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
 FILE = 'API/message.txt'
 
 def writeMessage(message):