Skip to content

kwhitehall/Aerolyzer_App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 39.7%
  • CSS 28.3%
  • Python 21.5%
  • JavaScript 5.1%
  • Shell 4.0%
  • Nginx 1.4%