Initial commit.
This commit is contained in:
17
run.py
Normal file
17
run.py
Normal file
@@ -0,0 +1,17 @@
|
||||
"""
|
||||
Project: PARTS Website
|
||||
Author: Edward Middleton-Smith
|
||||
Precision And Research Technology Systems Limited
|
||||
|
||||
Technology: Backend
|
||||
Feature: Launcher
|
||||
|
||||
Description:
|
||||
Runs project.
|
||||
"""
|
||||
|
||||
from app import app
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=True)
|
||||
# app.run(debug=True, host="0.0.0.0", port=5000)
|
||||
Reference in New Issue
Block a user