Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.7 KB

README.md

File metadata and controls

37 lines (32 loc) · 1.7 KB

Dashboard

Dashboard layout

Running the Server

Install Requirements

Download and install Python
Download and install Git
Download and install Anaconda
Download and install PyCharm

Clone Repository

Search and open Anaconda Prompt and copy the following code

git clone https://github.com/nicholasmartino/urban-design-sandbox
cd urban-design-sandbox

Run Application

Still in the anaconda terminal, copy and paste the following code

conda env create -f environment.yml

Run the application

python application.py

Click on the link that appears in the terminal

Using the Dashboard

Using the dashboard

References

elementslab Projects
Zappa – Serverless Python
How to Deploy a Python-Flask App to AWS Elastic Beanstalk
Automated Deployment to AWS Elastic Beanstalk Using GitHub Actions
How to Change Your GitHub Remote Authentication from Username + Password to Personal Access Token