Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 922 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 922 Bytes

Aerolyzer_App

The code behind the Aerolyzer mobile web application

Dependencies

  • Django. To install the Django dependency: conda install django or pip install django

Important things to note are:

1.Postgresql 9.5.6 (min requirement) should be installed and running on port 5432. Postgresql can be downloaded here.

2.The database in Postgresql should be set up with the following settings for the PostgreSql database:

   NAME: aerolyzer
   USER: postgres
   PASSWORD:Aerolyzer_1

Running the Aerolyzer app

To run the Aerolyzer app locally:

To run the Aerolyzer app in production (using guincorn and whitenoise):

  • Run the script production/run_production.sh