Skip to content
 
 

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages