Skip to content

shravanjeevan/comp9321-ass2

Repository files navigation

comp9321-ass2

How to Deploy

Before beginning, please ensure you have a Python 3.6 or above and pip installed. Create a virtual environment if you wish and activate it. Then complete the following steps.

Install dependencies

pip install -r requirements.txt

To Run Application

python app.py

This will provide you with the IP address that this is running on and the port number. Navigate to this website on your browser of choice and you will be able to see the REST API documentation. REST API calls can be made directly to this address,

Should you wish to visit the Web-based GUI, visit:

http://<base_url>:<port_number>/application/home

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published