Wenpu-Wang / Composite-Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Composite-Service

Introduction

Composite-Service for E6156 Course at Columbia University

Setup

Please make sure that your system has already installed:

  • Python (3.9 or greater)

Open the project in PyCharm and create a new virtual environment for the project. You can find the instructions online in the PyCharm documentation. After creating the virtual environment, open a terminal window using the bottom pane (open the terminal within PyCharm). In the root of the directory, execute the command

pip install -r requirements.txt

This should install the necessary Python requirements.

Executing the Program

Select the file application.py in the directory ./src in the file explorer. Right click on the file and select "run." In the execution panel at the bottom of the screen, you should see messages about "running on ... ..." This indicates that the web application has started.

Contact

Wenpu Wang, ww2569@columbia.edu

About

License:Apache License 2.0


Languages

Language:Python 100.0%